aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/gnunet/files
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2005-11-06 03:38:54 +0800
committerarved <arved@FreeBSD.org>2005-11-06 03:38:54 +0800
commite85272f7169a7ec95216151ffd21e971b3264555 (patch)
treed83c51e6c040e0b1ab78e7d6371c030fa605f2e9 /net-p2p/gnunet/files
parent063585bd78be64252bf1869f6307e729f7f4201f (diff)
downloadfreebsd-ports-gnome-e85272f7169a7ec95216151ffd21e971b3264555.tar.gz
freebsd-ports-gnome-e85272f7169a7ec95216151ffd21e971b3264555.tar.zst
freebsd-ports-gnome-e85272f7169a7ec95216151ffd21e971b3264555.zip
Fix build on CURRENT
Diffstat (limited to 'net-p2p/gnunet/files')
-rw-r--r--net-p2p/gnunet/files/patch-src_include_platform.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/gnunet/files/patch-src_include_platform.h b/net-p2p/gnunet/files/patch-src_include_platform.h
new file mode 100644
index 000000000000..5896b4a92d15
--- /dev/null
+++ b/net-p2p/gnunet/files/patch-src_include_platform.h
@@ -0,0 +1,10 @@
+--- src/include/platform.h.orig Sat Nov 5 20:32:56 2005
++++ src/include/platform.h Sat Nov 5 20:33:19 2005
+@@ -57,6 +57,7 @@
+ #include <Winsock2.h>
+ #else
+ #ifndef MINGW
++ #include <sys/types.h>
+ #include <netdb.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>