aboutsummaryrefslogtreecommitdiff
path: root/bpf_image.c
diff options
context:
space:
mode:
Diffstat (limited to 'bpf_image.c')
-rw-r--r--bpf_image.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/bpf_image.c b/bpf_image.c
index ec659dc1..392f5d73 100644
--- a/bpf_image.c
+++ b/bpf_image.c
@@ -23,18 +23,9 @@
#include <config.h>
#endif
+#include <pcap-types.h>
#ifdef _WIN32
#include <pcap-stdinc.h>
-#else /* _WIN32 */
-#if HAVE_INTTYPES_H
-#include <inttypes.h>
-#elif HAVE_STDINT_H
-#include <stdint.h>
-#endif
-#ifdef HAVE_SYS_BITYPES_H
-#include <sys/bitypes.h>
-#endif
-#include <sys/types.h>
#endif /* _WIN32 */
#include <stdio.h>