aboutsummaryrefslogtreecommitdiff
path: root/sf-pcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sf-pcap.c')
-rw-r--r--sf-pcap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sf-pcap.c b/sf-pcap.c
index 8e12826b..38ddf17a 100644
--- a/sf-pcap.c
+++ b/sf-pcap.c
@@ -34,7 +34,8 @@
#include <pcap-types.h>
#ifdef _WIN32
-#include <pcap-stdinc.h>
+#include <io.h>
+#include <fcntl.h>
#endif /* _WIN32 */
#include <errno.h>