freebsd-ports/net-mgmt/flow-tools-ng/files/patch-lib_support.c
Stanislav Sedov 85d740416f - Add a port for flow-tools fork project which is aimed to be
the flow-tools replacement. Volodymyr Kostyrko has kindly
  agreed to maintain this.

  WWW: http://code.google.com/p/flow-tools/

PR:		ports/126252
Submitted by:	Tomoyuki Sakurai <cherry@trombik.org>
2008-11-16 22:36:40 +00:00

10 lines
255 B
C

--- lib/support.c.orig 2008-02-21 11:31:42.000000000 +0900
+++ lib/support.c 2008-08-02 02:18:10.000000000 +0900
@@ -44,6 +44,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <syslog.h>
+#include <unistd.h>
#include <time.h>
#include <fcntl.h>