aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-10-30 19:29:48 +0800
committerale <ale@FreeBSD.org>2004-10-30 19:29:48 +0800
commit5cc8db2b0e27e8746fc95824dd110b55c78fd08d (patch)
treecc144c5e57ed83df3a17b4029767acab87c4084c /net
parent99c5f46d65af28c1e6728310fcd7a37221a68e2a (diff)
downloadfreebsd-ports-gnome-5cc8db2b0e27e8746fc95824dd110b55c78fd08d.tar.gz
freebsd-ports-gnome-5cc8db2b0e27e8746fc95824dd110b55c78fd08d.tar.zst
freebsd-ports-gnome-5cc8db2b0e27e8746fc95824dd110b55c78fd08d.zip
Fix build on 4.X.
Spotted by: Derkjan de Haan <derkjan@haanjdj.demon.nl>
Diffstat (limited to 'net')
-rw-r--r--net/mtr/files/patch-raw.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/mtr/files/patch-raw.c b/net/mtr/files/patch-raw.c
new file mode 100644
index 000000000000..58b0bddad136
--- /dev/null
+++ b/net/mtr/files/patch-raw.c
@@ -0,0 +1,10 @@
+--- raw.c.orig Sat Oct 30 13:27:31 2004
++++ raw.c Sat Oct 30 13:27:39 2004
+@@ -22,6 +22,7 @@
+ #include <ctype.h>
+ #include <stdlib.h>
+ #include <stdio.h>
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>