1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Fix build on 4.X.

Spotted by:	Derkjan de Haan <derkjan@haanjdj.demon.nl>
This commit is contained in:
Alex Dupre 2004-10-30 11:29:48 +00:00
parent 1f102ebc99
commit 46d300ca60
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120486

10
net/mtr/files/patch-raw.c Normal file
View File

@ -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>