diff options
Diffstat (limited to 'net-mgmt/flow-tools/files/patch-lib_support.c')
-rw-r--r-- | net-mgmt/flow-tools/files/patch-lib_support.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/flow-tools/files/patch-lib_support.c b/net-mgmt/flow-tools/files/patch-lib_support.c new file mode 100644 index 000000000000..efbe83fd0d43 --- /dev/null +++ b/net-mgmt/flow-tools/files/patch-lib_support.c @@ -0,0 +1,10 @@ +--- lib/support.c.orig Wed Nov 8 03:50:31 2006 ++++ lib/support.c Wed Nov 8 03:51:27 2006 +@@ -40,6 +40,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <syslog.h> ++#include <unistd.h> + #include <time.h> + #include <fcntl.h> + |