]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gsocket.h
fixed problem with calling SetFont() when (multiline) text control didn't have any...
[wxWidgets.git] / include / wx / gsocket.h
index 7ec123fd4d79e191ec4fda85652cdf181bce455f..069a531fc37805ffb5cb04db683ad52c60c7e2b5 100644 (file)
@@ -18,7 +18,9 @@
 #if wxUSE_SOCKETS || defined(__GSOCKET_STANDALONE__)
 
 #include <stddef.h>
+#ifndef __WXMAC__
 #include <sys/types.h>
+#endif
 
 #ifdef __cplusplus
 extern "C" {