freebsd-ports/net-mgmt/tcpreplay/files/patch-src__tree.c
Emanuel Haupt bac56b72d2 - Update to 4.1.2
- Update WWW
2016-11-20 05:34:25 +00:00

11 lines
257 B
C

--- src/tree.c.orig 2016-11-19 19:41:38 UTC
+++ src/tree.c
@@ -37,6 +37,8 @@ extern tcpprep_t *tcpprep;
extern int debug;
#endif
+#include <sys/socket.h>
+
/* static buffer used by tree_print*() functions */
char tree_print_buff[TREEPRINTBUFFLEN];