[hackers] [sbase] Include strings.h for strcasecmp || sin
 
commit ea4f58ff02778311e9a343972e97cedb780d052f
Author: sin <sin_AT_2f30.org>
Date:   Thu Nov 20 23:37:39 2014 +0000
    Include strings.h for strcasecmp
diff --git a/grep.c b/grep.c
index 1b89242..d74f2fc 100644
--- a/grep.c
+++ b/grep.c
_AT_@ -3,6 +3,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <strings.h>
 #include <unistd.h>
 
 #include "queue.h"
Received on Fri Nov 21 2014 - 00:38:09 CET
This archive was generated by hypermail 2.3.0
: Fri Nov 21 2014 - 00:48:09 CET