summaryrefslogtreecommitdiff
path: root/grammar.y
diff options
context:
space:
mode:
authorguy <guy>2004-12-18 08:49:23 +0000
committerguy <guy>2004-12-18 08:49:23 +0000
commitf912cc399c44a7cab6f707a2c1746fe98f328de5 (patch)
tree10ceb21500ac795e8f5275622a975bbf8db530c7 /grammar.y
parent529f98f94f26c2ebebe53bb58481edd231c625a4 (diff)
downloadlibpcap-f912cc399c44a7cab6f707a2c1746fe98f328de5.tar.gz
From Gisle Vanem: there's no need to include <sys/time.h> in
"grammar.y", as "pcap.h" includes it.
Diffstat (limited to 'grammar.y')
-rw-r--r--grammar.y3
1 files changed, 1 insertions, 2 deletions
diff --git a/grammar.y b/grammar.y
index b538e772..3325b764 100644
--- a/grammar.y
+++ b/grammar.y
@@ -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
@@ -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 */