]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/HelpGen/src/wxstllst.h
checked in forgottern parts of MSLU changes
[wxWidgets.git] / utils / HelpGen / src / wxstllst.h
index 5a1d1bc46913a469975f3b33be0fe7181249d17e..800fd5a91a4b3cb63603849f02610ef1c04c1b8b 100644 (file)
@@ -17,7 +17,9 @@
 #endif
 
 #include <stddef.h>
-#include <sys/types.h>
+#if !defined(__WXMAC__) || defined(__DARWIN__)
+#  include <sys/types.h>
+#endif
 #include <memory.h>
 #include <limits.h>
 #include <new.h>
@@ -556,4 +558,4 @@ public:\
 \
 _WXSTL_LIST_##ELEMENT_CLASS, ELEMENT_CLASS )
 
-#endif
\ No newline at end of file
+#endif