diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-10-09 16:15:07 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-10-09 16:15:07 +0000 |
commit | 9178e9b7dc6b3e9747b677e494375ac6dc4d5d60 (patch) | |
tree | 73fe43e5a16f38442f4197036c4451bb1023b753 /net/flodo/patches | |
parent | 55db63fe3cbd3e0ae712c6504e5fa6ed7d0f3143 (diff) | |
download | pkgsrc-9178e9b7dc6b3e9747b677e494375ac6dc4d5d60.tar.gz |
Add missing includes to make this pkg build on NetBSD 1.6.2.
Diffstat (limited to 'net/flodo/patches')
-rw-r--r-- | net/flodo/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/flodo/patches/patch-aa b/net/flodo/patches/patch-aa new file mode 100644 index 00000000000..3cfef70ad0b --- /dev/null +++ b/net/flodo/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2004/10/09 16:15:07 kristerw Exp $ + +--- flodo.c.orig Sat Oct 9 18:05:45 2004 ++++ flodo.c Sat Oct 9 18:05:59 2004 +@@ -59,6 +59,8 @@ + #include <netinet/tcp.h> + #include <netinet/udp.h> + #if defined(__NetBSD__) ++#include <sys/types.h> ++#include <sys/socket.h> + #include <net/if.h> + #include <net/if_ether.h> + #endif |