summaryrefslogtreecommitdiff
path: root/net/mtr
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-10-30 11:29:48 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-10-30 11:29:48 +0000
commit46d300ca606160f9cc25c1ccbc2fe7566dd37746 (patch)
tree158ca726d868d3f3af211a9df5f60287a86a6197 /net/mtr
parentFix the build breakage when LaTeX2e <2003/12/01> is used. (diff)
Fix build on 4.X.
Spotted by: Derkjan de Haan <derkjan@haanjdj.demon.nl>
Notes
Notes: svn path=/head/; revision=120486
Diffstat (limited to 'net/mtr')
-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>