summaryrefslogtreecommitdiff
path: root/devel/clanlib/files/patch-Sources::Network::Generic::ip_address.cpp
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-24 14:30:01 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-24 14:30:01 +0000
commite5baaae09b37ea2bc2a7199bdb6523248fa42d77 (patch)
tree28730b38ce966dab243acf6232a8bf54f47a7763 /devel/clanlib/files/patch-Sources::Network::Generic::ip_address.cpp
parentAdd pxfonts 1.0, yet another Palatino-style font for LaTeX. (diff)
- Downgrate to last stable release, 0.6.5.1
- Give maintainership to submitter PR: ports/61738 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Notes
Notes: svn path=/head/; revision=98958
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>