diff options
Diffstat (limited to 'net/flow-tools/patches/patch-an')
-rw-r--r-- | net/flow-tools/patches/patch-an | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/flow-tools/patches/patch-an b/net/flow-tools/patches/patch-an new file mode 100644 index 00000000000..27966e43ebc --- /dev/null +++ b/net/flow-tools/patches/patch-an @@ -0,0 +1,12 @@ +$NetBSD: patch-an,v 1.1 2006/02/24 20:32:19 joerg Exp $ + +--- src/flow-header.c.orig 2006-02-24 20:29:49.000000000 +0000 ++++ src/flow-header.c +@@ -32,6 +32,7 @@ + + #include <stdio.h> + #include <stdlib.h> ++#include <unistd.h> + + void usage(void); + |