Changeset - r21777:8285581b700e
[Not reviewed]
master
0 1 0
frosch - 10 years ago 2014-09-25 20:45:25
frosch@openttd.org
(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.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/stdafx.h
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)