dect
/
libpcap
Archived
13
0
Fork 0

<pcap.h> includes <sys/types.h>, and "pcap-int.h" includes <pcap.h>, and

"scanner.l" includes "pcap-int.h", so there's no need to include
<sys/types.h> in "scanner.l".
This commit is contained in:
guy 2002-04-09 08:42:39 +00:00
parent 89c05cd79f
commit 734ffc1c85
1 changed files with 1 additions and 3 deletions

View File

@ -22,15 +22,13 @@
#ifndef lint
static const char rcsid[] =
"@(#) $Header: /tcpdump/master/libpcap/scanner.l,v 1.83 2002-04-09 07:49:07 guy Exp $ (LBL)";
"@(#) $Header: /tcpdump/master/libpcap/scanner.l,v 1.84 2002-04-09 08:42:39 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/types.h>
#include <ctype.h>
#include <string.h>