# HG changeset patch # User frosch # Date 2014-09-25 20:45:25 # Node ID 8285581b700e58d88da785815b205a51d7df013b # Parent d18306d94f3924ab25b0e7fa446662ea1bd55844 (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. diff --git a/src/stdafx.h b/src/stdafx.h --- 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