aboutsummaryrefslogtreecommitdiffstats
path: root/devel/clanlib/files/patch-Sources::Network::Generic::ip_address.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/clanlib/files/patch-Sources::Network::Generic::ip_address.cpp')
-rw-r--r--devel/clanlib/files/patch-Sources::Network::Generic::ip_address.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/clanlib/files/patch-Sources::Network::Generic::ip_address.cpp b/devel/clanlib/files/patch-Sources::Network::Generic::ip_address.cpp
new file mode 100644
index 000000000000..6e823d49e653
--- /dev/null
+++ b/devel/clanlib/files/patch-Sources::Network::Generic::ip_address.cpp
@@ -0,0 +1,10 @@
+--- Sources/Network/Generic/ip_address.cpp.orig Thu Jan 22 08:22:51 2004
++++ Sources/Network/Generic/ip_address.cpp Thu Jan 22 08:23:01 2004
+@@ -15,6 +15,7 @@
+ #include "API/Core/System/error.h"
+
+ #ifndef WIN32
++ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>