aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tap.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/tap.c')
-rw-r--r--epan/tap.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/epan/tap.c b/epan/tap.c
index b431498fb0..5442a159ad 100644
--- a/epan/tap.c
+++ b/epan/tap.c
@@ -12,9 +12,7 @@
#include <stdio.h>
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
+#include <sys/types.h>
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>