summaryrefslogtreecommitdiffstats
path: root/gst/pcapparse/gstpcapparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/pcapparse/gstpcapparse.c')
-rw-r--r--gst/pcapparse/gstpcapparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/pcapparse/gstpcapparse.c b/gst/pcapparse/gstpcapparse.c
index 2d323d3c..546ffbe3 100644
--- a/gst/pcapparse/gstpcapparse.c
+++ b/gst/pcapparse/gstpcapparse.c
@@ -48,7 +48,7 @@
#include <string.h>
-#ifndef _MSC_VER
+#ifndef G_OS_WIN32
#include <arpa/inet.h>
#include <netinet/in.h>
#include <string.h>