aboutsummaryrefslogtreecommitdiffstats
path: root/pcapio.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcapio.c')
-rw-r--r--pcapio.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/pcapio.c b/pcapio.c
index 2ce52849a8..b06b2a8510 100644
--- a/pcapio.c
+++ b/pcapio.c
@@ -49,6 +49,9 @@
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
+#ifdef _WIN32
+#include <Windows.h>
+#endif
#include <glib.h>