kill: Include strings.h for strcasecmp()

This commit is contained in:
sin 2015-04-29 12:15:32 +01:00
parent 63d863ae53
commit 50c8785497
1 changed files with 1 additions and 0 deletions

1
kill.c
View File

@ -6,6 +6,7 @@
#include <signal.h> #include <signal.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <strings.h>
#include "util.h" #include "util.h"