mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-29 09:29:10 +00:00
(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.
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
#define TROUBLED_INTS
|
#define TROUBLED_INTS
|
||||||
|
#include <strings.h>
|
||||||
#elif defined(__NDS__)
|
#elif defined(__NDS__)
|
||||||
#include <nds/jtypes.h>
|
#include <nds/jtypes.h>
|
||||||
#define TROUBLED_INTS
|
#define TROUBLED_INTS
|
||||||
|
Reference in New Issue
Block a user