sbase

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

commit ea4f58ff02778311e9a343972e97cedb780d052f
parent d221e5ea5b859df9805e14aaf99c644750c6da6a
Author: sin <sin@2f30.org>
Date:   Thu, 20 Nov 2014 23:37:39 +0000

Include strings.h for strcasecmp

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

diff --git a/grep.c b/grep.c @@ -3,6 +3,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <strings.h> #include <unistd.h> #include "queue.h"