freebsd-ports/net-mgmt/p0f/files/patch-test_p0fq.c
Trevor Johnson 5364f2e0bd Enable compilation under FreeBSD 4.9.
Submitted by:	"je" of sekure.net
2003-12-18 04:13:29 +00:00

12 lines
216 B
C

$FreeBSD$
--- test/p0fq.c.orig Fri Oct 10 14:51:08 2003
+++ test/p0fq.c Wed Dec 17 20:10:31 2003
@@ -14,6 +14,7 @@
*/
+#include <sys/types.h>
#include <sys/socket.h>
#include <stdio.h>
#include <stdlib.h>