diff options
author | arved <arved@FreeBSD.org> | 2002-11-27 14:16:11 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-11-27 14:16:11 +0000 |
commit | d3393e388825feda81db1b0c17f93653875f160f (patch) | |
tree | 3283471ad3f8be1f96f6ce6e667ffa75bc6f6dd2 /net/p5-Net-Patricia | |
parent | 5416cf9367c406ac85836746cc7c8e7232e2a545 (diff) | |
download | FreeBSD-ports-d3393e388825feda81db1b0c17f93653875f160f.zip FreeBSD-ports-d3393e388825feda81db1b0c17f93653875f160f.tar.gz |
Fix Build on CURRENT
PR: 45790
Submitted by: Volker Stolz <vs@foldr.org>
Diffstat (limited to 'net/p5-Net-Patricia')
-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 0000000..77abc56 --- /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" |