Skip to content

Commit

Permalink
From Gisle Vanem: there's no need to include <sys/time.h> in
Browse files Browse the repository at this point in the history
"grammar.y", as "pcap.h" includes it.
  • Loading branch information
yuguy committed Dec 18, 2004
1 parent 529f98f commit f912cc3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions grammar.y
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
#ifndef lint
static const char rcsid[] _U_ =
"@(#) $Header: /tcpdump/master/libpcap/grammar.y,v 1.85 2004-10-07 16:54:54 guy Exp $ (LBL)";
"@(#) $Header: /tcpdump/master/libpcap/grammar.y,v 1.86 2004-12-18 08:49:23 guy Exp $ (LBL)";
#endif

#ifdef HAVE_CONFIG_H
Expand All @@ -33,7 +33,6 @@ static const char rcsid[] _U_ =
#include <pcap-stdinc.h>
#else /* WIN32 */
#include <sys/types.h>
#include <sys/time.h>
#include <sys/socket.h>
#endif /* WIN32 */

Expand Down

0 comments on commit f912cc3

Please sign in to comment.