From 92aa745a42fbc592b7f034823e9830d7b65b1720 Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 24 Sep 2007 23:26:12 +0000 Subject: [PATCH] Include , as that's now where we're putting it. --- pcap-int.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcap-int.h b/pcap-int.h index 72116b5..072c039 100644 --- a/pcap-int.h +++ b/pcap-int.h @@ -30,13 +30,13 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#) $Header: /tcpdump/master/libpcap/pcap-int.h,v 1.81 2007-09-24 23:24:02 guy Exp $ (LBL) + * @(#) $Header: /tcpdump/master/libpcap/pcap-int.h,v 1.82 2007-09-24 23:26:12 guy Exp $ (LBL) */ #ifndef pcap_int_h #define pcap_int_h -#include +#include #ifdef __cplusplus extern "C" {