[hackers] [sbase] Add some missing includes || sin
commit 3e1e54051ed6fd38feb05e35385846124fc7674b
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 Tue Mar 24 2015 - 23:53:48 CET
This archive was generated by hypermail 2.3.0
: Wed Mar 25 2015 - 00:10:13 CET