diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-07-28 08:07:58 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-07-28 08:07:58 +0000 |
commit | 03f2d7812506fd34d757f9406068c45732cd5e93 (patch) | |
tree | 59b1cf5fd63099f006eb657f86263c7322fc703c /net-mgmt/tcpreplay/files/patch-src__tree.c | |
parent | - Fix plist (diff) |
Update to 3.4.2
Diffstat (limited to 'net-mgmt/tcpreplay/files/patch-src__tree.c')
-rw-r--r-- | net-mgmt/tcpreplay/files/patch-src__tree.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/tcpreplay/files/patch-src__tree.c b/net-mgmt/tcpreplay/files/patch-src__tree.c new file mode 100644 index 000000000000..945ff95d36e8 --- /dev/null +++ b/net-mgmt/tcpreplay/files/patch-src__tree.c @@ -0,0 +1,11 @@ +--- ./src/tree.c.orig 2009-07-28 09:16:43.000000000 +0200 ++++ ./src/tree.c 2009-07-28 09:16:57.000000000 +0200 +@@ -48,6 +48,8 @@ + extern int debug; + #endif + ++#include <sys/socket.h> ++ + /* static buffer used by tree_print*() functions */ + char tree_print_buff[TREEPRINTBUFFLEN]; + |