diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-27 14:16:11 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-27 14:16:11 +0000 |
commit | d5c9c64b2b74b3d6a285426816aba0179e97880e (patch) | |
tree | 4ef7f9b02c99286a4201d92aa985275c2b134c4f /net | |
parent | 2af6288575ce6f63fc089949bed859cef2d57ce0 (diff) | |
download | ports-d5c9c64b2b74b3d6a285426816aba0179e97880e.tar.gz ports-d5c9c64b2b74b3d6a285426816aba0179e97880e.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Patricia/files/patch-libpatricia-patricia.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/p5-Net-Patricia/files/patch-libpatricia-patricia.c b/net/p5-Net-Patricia/files/patch-libpatricia-patricia.c new file mode 100644 index 000000000000..77abc561ae30 --- /dev/null +++ b/net/p5-Net-Patricia/files/patch-libpatricia-patricia.c @@ -0,0 +1,10 @@ +--- libpatricia/patricia.c.orig Wed Nov 27 09:51:16 2002 ++++ libpatricia/patricia.c Wed Nov 27 09:52:14 2002 +@@ -24,6 +24,7 @@ + #include <stdio.h> /* sprintf, fprintf, stderr */ + #include <stdlib.h> /* free, atol, calloc */ + #include <string.h> /* memcpy, strchr, strlen */ ++#include <sys/types.h> + #include <arpa/inet.h> /* for inet_addr */ + + #include "patricia.h" |