From 06446f52c43a2860a780b3bcb9dc454e53b1f362 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 26 Jan 2010 19:50:36 -0800 Subject: Include headers that should cause u_int64_t to be defined. --- pcap.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pcap.c b/pcap.c index b0cf5f0..8c5959f 100644 --- a/pcap.c +++ b/pcap.c @@ -43,6 +43,14 @@ static const char rcsid[] _U_ = #ifdef WIN32 #include #else /* WIN32 */ +#if HAVE_INTTYPES_H +#include +#elif HAVE_STDINT_H +#include +#endif +#ifdef HAVE_SYS_BITYPES_H +#include +#endif #include #endif /* WIN32 */ -- cgit v1.2.3