1
0
Fork 0

(svn r26922) -Fix: Include strings.h on HAIKU for strcasecmp. Some platforms do not have a strings.h at all, most define the functions in string.h as well.

release/1.5
frosch 2014-09-25 20:45:25 +00:00
parent d9179d518e
commit 9d209829eb
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include <unistd.h>
#define _GNU_SOURCE
#define TROUBLED_INTS
#include <strings.h>
#elif defined(__NDS__)
#include <nds/jtypes.h>
#define TROUBLED_INTS