diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-10-30 11:29:48 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-10-30 11:29:48 +0000 |
commit | 46d300ca606160f9cc25c1ccbc2fe7566dd37746 (patch) | |
tree | 158ca726d868d3f3af211a9df5f60287a86a6197 /net/mtr | |
parent | 1f102ebc9941c3540d7cf67975e5c3a54f481075 (diff) | |
download | ports-46d300ca606160f9cc25c1ccbc2fe7566dd37746.tar.gz ports-46d300ca606160f9cc25c1ccbc2fe7566dd37746.zip |
Notes
Diffstat (limited to 'net/mtr')
-rw-r--r-- | net/mtr/files/patch-raw.c | 10 |
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> |