sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit 50c8785497f4a07983cb0179bc0b7d82b9bf0f24
parent 63d863ae53f625d973ef5596b90f3a0ba969963a
Author: sin <sin@2f30.org>
Date:   Wed, 29 Apr 2015 12:15:32 +0100

kill: Include strings.h for strcasecmp()

Diffstat:
Mkill.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/kill.c b/kill.c @@ -6,6 +6,7 @@ #include <signal.h> #include <stdio.h> #include <string.h> +#include <strings.h> #include "util.h"