Files
haikuports/games-engines/scummvm-tools/patches/scummvm_tools-1.7.0.patch

12 lines
321 B
Diff

--- scummvm-tools-1.7.0/common/scummsys.h.org 2014-08-27 18:57:23.353894400 +0200
+++ scummvm-tools-1.7.0/common/scummsys.h 2014-08-27 18:56:44.318767104 +0200
@@ -85,7 +85,7 @@
#endif
- #if defined(__QNXNTO__)
+ #if defined(__QNXNTO__) || defined (__HAIKU__)
#include <strings.h> /* For strcasecmp */
#endif