comparison loader/ext.c @ 35903:389d43c448b3

Add missing strings.h #includes for strcasecmp().
author diego
date Sun, 17 Mar 2013 22:47:17 +0000
parents 2a2e9b6551d8
children
comparison
equal deleted inserted replaced
35902:681e44b3b0ec 35903:389d43c448b3
21 #include "osdep/mmap.h" 21 #include "osdep/mmap.h"
22 #endif 22 #endif
23 #include <errno.h> 23 #include <errno.h>
24 #include <fcntl.h> 24 #include <fcntl.h>
25 #include <string.h> 25 #include <string.h>
26 #include <strings.h>
26 #include <stdarg.h> 27 #include <stdarg.h>
27 #include <ctype.h> 28 #include <ctype.h>
28 29
29 #include "osdep/mmap_anon.h" 30 #include "osdep/mmap_anon.h"
30 #include "wine/windef.h" 31 #include "wine/windef.h"