comparison remap.c @ 423:00c5edf5de12 src

Add missing strings.h #include for strncasecmp().
author diego
date Sun, 17 Mar 2013 14:06:49 +0000
parents 4e34a2fce645
children
comparison
equal deleted inserted replaced
422:3d942df13d3a 423:00c5edf5de12
20 #include "config.h" 20 #include "config.h"
21 #endif 21 #endif
22 22
23 #include <stdlib.h> 23 #include <stdlib.h>
24 #include <string.h> 24 #include <string.h>
25 #include <strings.h>
25 #include <stdio.h> 26 #include <stdio.h>
26 27
27 #ifndef _MSC_VER 28 #ifndef _MSC_VER
28 #include <sys/param.h> 29 #include <sys/param.h>
29 #include <fcntl.h> 30 #include <fcntl.h>