changeset 423:00c5edf5de12 src

Add missing strings.h #include for strncasecmp().
author diego
date Sun, 17 Mar 2013 14:06:49 +0000
parents 3d942df13d3a
children 4219a513c804
files remap.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/remap.c	Tue Feb 05 21:25:29 2013 +0000
+++ b/remap.c	Sun Mar 17 14:06:49 2013 +0000
@@ -22,6 +22,7 @@
 
 #include <stdlib.h>
 #include <string.h>
+#include <strings.h>
 #include <stdio.h>
 
 #ifndef _MSC_VER