From 9d209829eba5a38f8e32fa9ae8d38bb87a51c738 Mon Sep 17 00:00:00 2001 From: frosch Date: Thu, 25 Sep 2014 20:45:25 +0000 Subject: [PATCH] (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. --- src/stdafx.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stdafx.h b/src/stdafx.h index 0a04e66ddf..776031219c 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -21,6 +21,7 @@ #include #define _GNU_SOURCE #define TROUBLED_INTS + #include #elif defined(__NDS__) #include #define TROUBLED_INTS