aboutsummaryrefslogtreecommitdiff
path: root/kill.c
diff options
context:
space:
mode:
Diffstat (limited to 'kill.c')
-rw-r--r--kill.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kill.c b/kill.c
index 19ca187a7..3eb829abf 100644
--- a/kill.c
+++ b/kill.c
@@ -28,6 +28,7 @@
28#include <unistd.h> 28#include <unistd.h>
29#include <signal.h> 29#include <signal.h>
30#include <ctype.h> 30#include <ctype.h>
31#include <string.h>
31#include <unistd.h> 32#include <unistd.h>
32 33
33static const int KILL = 0; 34static const int KILL = 0;