aboutsummaryrefslogtreecommitdiffstats
path: root/pcapio.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2012-12-20 15:40:28 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2012-12-20 15:40:28 +0000
commit197ac6704ddbcebc42281ea421792b75ddda2f0d (patch)
treeb6da2ebd9bd3ffed9ab6e2abb427036169d6f868 /pcapio.c
parent9a2f4c8e9da59c9d5bef6ef987e03802e0c25dc6 (diff)
Need to include Windows.h for gettting FILETIME.
svn path=/trunk/; revision=46638
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>