mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
12 lines
321 B
Diff
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
|
|
|