]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sckaddr.h
fixed a clash in values for wxSlider styles
[wxWidgets.git] / include / wx / sckaddr.h
index 1ea7a599dd91e3b2838718a475cd9302c5e7f521..74f0c57a35d2a49120f44f06a0b94c9341ffb56d 100644 (file)
@@ -21,7 +21,7 @@
 #if wxUSE_SOCKETS
 
 #include "wx/string.h"
-#include "gsocket.h"
+#include "wx/gsocket.h"
 
 
 class WXDLLEXPORT wxSockAddress : public wxObject {
@@ -89,6 +89,7 @@ public:
 #endif
 
 #ifdef __UNIX__
+#include <sys/socket.h>
 #include <sys/un.h>
 
 class WXDLLEXPORT wxUNIXaddress : public wxSockAddress {
@@ -109,6 +110,6 @@ public:
 
 #endif
   // wxUSE_SOCKETS
-  
+
 #endif
   // _WX_NETWORK_ADDRESS_H