]> git.saurik.com Git - wxWidgets.git/commitdiff
Added sys/types.h needed for Solaris.
authorKarsten Ballüder <ballueder@usa.net>
Mon, 28 Sep 1998 15:38:09 +0000 (15:38 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Mon, 28 Sep 1998 15:38:09 +0000 (15:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/sckaddr.cpp

index 90117044f747205326371810e8bead0612ade68a..94a2fe6aeccf1b8f5c78b35e1c90618873ad1e2f 100644 (file)
@@ -41,6 +41,7 @@
 #include <socket.h>
 #include <in.h>
 #else
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>