summaryrefslogtreecommitdiff
path: root/pcap-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcap-util.c')
-rw-r--r--pcap-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-util.c b/pcap-util.c
index b1fca873da..f2cb31cac6 100644
--- a/pcap-util.c
+++ b/pcap-util.c
@@ -50,7 +50,7 @@
#include "pcap-util.h"
#include "pcap-util-int.h"
-#ifndef WIN32
+#ifndef _WIN32
#include <netinet/in.h>
#endif