Add some missing includes

This commit is contained in:
sin
2015-02-14 20:15:01 +00:00
parent 31572c8b0e
commit 3e1e54051e
2 changed files with 2 additions and 0 deletions

1
kill.c
View File

@@ -3,6 +3,7 @@
#include <ctype.h>
#include <errno.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>