dect
/
libpcap
Archived
13
0
Fork 0

<pcap.h> include <sys/time.h>, and "pcap-int.h" includes <pcap.h>, so

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>.
This commit is contained in:
guy 2002-04-09 07:49:07 +00:00
parent 5ba1adf267
commit 89c05cd79f
1 changed files with 1 additions and 3 deletions

View File

@ -22,7 +22,7 @@
#ifndef lint
static const char rcsid[] =
"@(#) $Header: /tcpdump/master/libpcap/scanner.l,v 1.82 2002-04-07 00:42:51 guy Exp $ (LBL)";
"@(#) $Header: /tcpdump/master/libpcap/scanner.l,v 1.83 2002-04-09 07:49:07 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@ -30,10 +30,8 @@ static const char rcsid[] =
#endif
#include <sys/types.h>
#include <sys/time.h>
#include <ctype.h>
#include <unistd.h>
#include <string.h>
#include "pcap-int.h"