]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/sckaddr.cpp
added directories for Motif headers and libs under Solaris to the search path
[wxWidgets.git] / src / common / sckaddr.cpp
index 90117044f747205326371810e8bead0612ade68a..d681261969a36c59afcf9ce1d7efbd1e3187ccb6 100644 (file)
@@ -26,7 +26,9 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <ctype.h>
+#ifndef __MWERKS__
 #include <memory.h>
+#endif
 
 #include "wx/defs.h"
 #include "wx/object.h"
 #include <socket.h>
 #include <in.h>
 #else
+#if defined(__FreeBSD__) || defined (__NetBSD__)
+#include <sys/types.h>
+#endif
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>