aboutsummaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'stdafx.h')
-rw-r--r--stdafx.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/stdafx.h b/stdafx.h
index 468d3d8dd7..a3daba0b54 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -2,6 +2,9 @@
* $Id$
*
* $Log$
+ * Revision 1.18 2002/07/08 13:33:10 fingolfin
+ * two more small QNX fixes
+ *
* Revision 1.17 2002/06/02 20:28:09 bbrox
* Small warning fix + double inclusion protection (can always be useful
* :) ).
@@ -119,6 +122,9 @@
#if !defined (__BEOS__)
#include <unistd.h>
#endif
+#if defined(__QNXNTO__)
+#include <strings.h> /* For strcasecmp */
+#endif
#include <stdio.h>
#include <fcntl.h>
#include <stdlib.h>