aboutsummaryrefslogtreecommitdiff
path: root/pcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcap.c')
-rw-r--r--pcap.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/pcap.c b/pcap.c
index 2957f912..98e06e5b 100644
--- a/pcap.c
+++ b/pcap.c
@@ -35,19 +35,11 @@
#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/param.h>
-#include <sys/types.h>
#ifndef MSDOS
#include <sys/file.h>
#endif