diff options
Diffstat (limited to 'kill.c')
-rw-r--r-- | kill.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ #include <unistd.h> #include <signal.h> #include <ctype.h> +#include <string.h> #include <unistd.h> static const int KILL = 0; |