diff subopt-helper.c @ 35903:389d43c448b3

Add missing strings.h #includes for strcasecmp().
author diego
date Sun, 17 Mar 2013 22:47:17 +0000
parents 08a90b0e44e1
children
line wrap: on
line diff
--- a/subopt-helper.c	Sun Mar 17 22:21:01 2013 +0000
+++ b/subopt-helper.c	Sun Mar 17 22:47:17 2013 +0000
@@ -40,6 +40,7 @@
 
 #include <stdlib.h>
 #include <string.h>
+#include <strings.h>
 #include <limits.h>
 #include <assert.h>