aboutsummaryrefslogtreecommitdiffstats
path: root/security/pft/files/patch-rawmem.cpp
blob: 0bb36edf3d1d39a49fca25f6e6d6e3071dd6e77a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- rawmem.cpp.orig Sun May 22 19:17:40 2005
+++ rawmem.cpp  Sun May 22 19:18:34 2005
@@ -11,6 +11,8 @@
 #ifndef UNIX
 #include <winsock2.h>
 #else
+#include <sys/types.h>
+#include <sys/socket.h>
 #include <netinet/in.h>
 #endif //UNIX