commit ad9297133858770cb896908079e61469538dbd1b parent 257e7f8f2d0abfb341bcc7fef62ece520c3b3f17 Author: sin <sin@2f30.org> Date: Thu, 13 Oct 2016 17:17:48 +0100 Restore err.h include in spoon.c Was accidentally removed in previous commit. Diffstat:
M | spoon.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/spoon.c b/spoon.c @@ -1,3 +1,4 @@ +#include <err.h> #include <stdio.h> #include <unistd.h>