aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-rw-r--r--epan/tap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/tap.h b/epan/tap.h
index 9e50c65eef..30dfffb9f9 100644
--- a/epan/tap.h
+++ b/epan/tap.h
@@ -27,6 +27,10 @@
#include "epan/epan.h"
+#ifdef INTTYPES_H_DEFINES_FORMATS
+#include <inttypes.h>
+#endif
+
/* With MSVC and a libwireshark.dll, we need a
* special declaration of num_tap_filters.
*/