projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ce404d
)
Added sys/types.h needed for Solaris.
author
Karsten Ballüder
<ballueder@usa.net>
Mon, 28 Sep 1998 15:38:09 +0000
(15:38 +0000)
committer
Karsten 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
patch
|
blob
|
blame
|
history
diff --git
a/src/common/sckaddr.cpp
b/src/common/sckaddr.cpp
index 90117044f747205326371810e8bead0612ade68a..94a2fe6aeccf1b8f5c78b35e1c90618873ad1e2f 100644
(file)
--- a/
src/common/sckaddr.cpp
+++ b/
src/common/sckaddr.cpp
@@
-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>