diff stream/http.c @ 35903:389d43c448b3

Add missing strings.h #includes for strcasecmp().
author diego
date Sun, 17 Mar 2013 22:47:17 +0000
parents ae62be3d8de2
children
line wrap: on
line diff
--- a/stream/http.c	Sun Mar 17 22:21:01 2013 +0000
+++ b/stream/http.c	Sun Mar 17 22:47:17 2013 +0000
@@ -25,6 +25,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <strings.h>
 #include <unistd.h>
 
 #if !HAVE_WINSOCK2_H