aboutsummaryrefslogtreecommitdiff
path: root/sf-pcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sf-pcap.c')
-rw-r--r--sf-pcap.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/sf-pcap.c b/sf-pcap.c
index d83bb104..8e12826b 100644
--- a/sf-pcap.c
+++ b/sf-pcap.c
@@ -32,18 +32,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 <errno.h>