projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
checked in forgottern parts of MSLU changes
[wxWidgets.git]
/
utils
/
HelpGen
/
src
/
wxstllst.h
diff --git
a/utils/HelpGen/src/wxstllst.h
b/utils/HelpGen/src/wxstllst.h
index 5a1d1bc46913a469975f3b33be0fe7181249d17e..800fd5a91a4b3cb63603849f02610ef1c04c1b8b 100644
(file)
--- a/
utils/HelpGen/src/wxstllst.h
+++ b/
utils/HelpGen/src/wxstllst.h
@@
-17,7
+17,9
@@
#endif
#include <stddef.h>
#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>
#include <memory.h>
#include <limits.h>
#include <new.h>
@@
-556,4
+558,4
@@
public:\
\
_WXSTL_LIST_##ELEMENT_CLASS, ELEMENT_CLASS )
\
_WXSTL_LIST_##ELEMENT_CLASS, ELEMENT_CLASS )
-#endif
\ No newline at end of file
+#endif