diff --git a/pcap-int.h b/pcap-int.h index eecbef1..72116b5 100644 --- a/pcap-int.h +++ b/pcap-int.h @@ -30,18 +30,18 @@ * 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.80 2007-03-11 21:44:12 guy Exp $ (LBL) + * @(#) $Header: /tcpdump/master/libpcap/pcap-int.h,v 1.81 2007-09-24 23:24:02 guy Exp $ (LBL) */ #ifndef pcap_int_h #define pcap_int_h +#include + #ifdef __cplusplus extern "C" { #endif -#include - #ifdef WIN32 #include #endif /* WIN32 */