diff options
Diffstat (limited to 'procps/kill.c')
-rw-r--r-- | procps/kill.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/procps/kill.c b/procps/kill.c index 19ca187a7..3eb829abf 100644 --- a/procps/kill.c +++ b/procps/kill.c @@ -28,6 +28,7 @@ #include <unistd.h> #include <signal.h> #include <ctype.h> +#include <string.h> #include <unistd.h> static const int KILL = 0; |