[hackers] [sbase] Add some missing includes || sin

From: <git_AT_suckless.org>
Date: Sat, 14 Feb 2015 21:19:43 +0100 (CET)

commit b75a3e2b073d5e9df185c2d4842d1f5ae393c4c5
Author: sin <sin_AT_2f30.org>
Date: Sat Feb 14 20:15:01 2015 +0000

    Add some missing includes

diff --git a/cron.c b/cron.c
index d530723..46f4de4 100644
--- a/cron.c
+++ b/cron.c
_AT_@ -2,6 +2,7 @@
 #include <sys/wait.h>
 
 #include <errno.h>
+#include <signal.h>
 #include <stdarg.h>
 #include <stdlib.h>
 #include <stdio.h>
diff --git a/kill.c b/kill.c
index 031a5a1..5c5f5dd 100644
--- a/kill.c
+++ b/kill.c
_AT_@ -3,6 +3,7 @@
 
 #include <ctype.h>
 #include <errno.h>
+#include <signal.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
Received on Sat Feb 14 2015 - 21:19:43 CET

This archive was generated by hypermail 2.3.0 : Sat Feb 14 2015 - 21:24:10 CET