diff options
Diffstat (limited to 'async.c')
-rw-r--r-- | async.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -32,7 +32,12 @@ #include "fmacros.h" #include <stdlib.h> #include <string.h> +#ifndef _WIN32 #include <strings.h> +#else
+#define strcasecmp stricmp
+#define strncasecmp strnicmp +#endif #include <assert.h> #include <ctype.h> #include <errno.h> |