aboutsummaryrefslogtreecommitdiffstats
path: root/security/snort/files/patch-ipobj.c
blob: 39bfac96ed4045c1c6cd60d8c199de74e07dd4bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/sfutil/ipobj.c.orig Fri Dec 19 14:16:33 2003
+++ src/sfutil/ipobj.c  Fri Dec 19 14:18:10 2003
@@ -19,6 +19,7 @@
 #include <string.h>
 
 #ifndef WIN32
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>