Commit 1d40e5a0 authored by kintel's avatar kintel

Mac OS X build fix

parent d516b3b6
...@@ -7,9 +7,10 @@ ...@@ -7,9 +7,10 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <strings.h>
#include <ctype.h> #include <ctype.h>
#if defined (__UNIX__) || defined (__APPLE__) #ifdef __UNIX__
#define stricmp strcasecmp #define stricmp strcasecmp
#define strnicmp strncasecmp #define strnicmp strncasecmp
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment