commit ea4f58ff02778311e9a343972e97cedb780d052f Author: sin <[email protected]> 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
@@ -3,6 +3,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <strings.h>
#include <unistd.h>
#include "queue.h"
