there's no need to include <sys/time.h> ourselves.
No UNIX-specific functions are used here, so there's no need to include
<unistd.h>.
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/libpcap/scanner.l,v 1.81.2.1 2002-04-07 00:43:50 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/libpcap/scanner.l,v 1.81.2.2 2002-04-09 07:49:41 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
#endif
#include <sys/types.h>
-#include <sys/time.h>
#include <ctype.h>
-#include <unistd.h>
#include <string.h>
#include "pcap-int.h"