#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>
\
_WXSTL_LIST_##ELEMENT_CLASS, ELEMENT_CLASS )
-#endif
\ No newline at end of file
+#endif