summaryrefslogtreecommitdiffstats
path: root/contrib/libpcap/pcap-stdinc.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libpcap/pcap-stdinc.h')
-rw-r--r--contrib/libpcap/pcap-stdinc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/libpcap/pcap-stdinc.h b/contrib/libpcap/pcap-stdinc.h
index fa5ea26..1281024 100644
--- a/contrib/libpcap/pcap-stdinc.h
+++ b/contrib/libpcap/pcap-stdinc.h
@@ -33,6 +33,9 @@
#define SIZEOF_CHAR 1
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4
+#ifndef _MSC_EXTENSIONS
+#define SIZEOF_LONG_LONG 8
+#endif
/*
* Avoids a compiler warning in case this was already defined
OpenPOWER on IntegriCloud