From f34a88b3c41b10f4e4ffb4ddba598f3eb50e3de1 Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 6 Aug 2008 07:34:09 +0000 Subject: [PATCH] We shouldn't need to include , and, as I remember, it caused problems on some platform. --- fad-gifc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fad-gifc.c b/fad-gifc.c index a5981d4..9d96130 100644 --- a/fad-gifc.c +++ b/fad-gifc.c @@ -34,7 +34,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/libpcap/fad-gifc.c,v 1.11 2005-06-29 06:41:39 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/fad-gifc.c,v 1.12 2008-08-06 07:34:09 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -42,7 +42,6 @@ static const char rcsid[] _U_ = #endif #include -#include #include #include #ifdef HAVE_SYS_SOCKIO_H