]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-raw.c
Get "udp.h" from the tcpdump source tree, not from a system header file.
[tcpdump] / print-raw.c
index 20dbc23947e61546eb65cad906c3774c867d7034..a293c3d025f536fd275a003598f4d9ad2dd74e9e 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-raw.c,v 1.31 2000-09-28 06:43:06 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-raw.c,v 1.32 2000-09-29 04:58:47 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -38,7 +38,6 @@ struct mbuf;
 struct rtentry;
 
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 
 #include <pcap.h>
 #include <stdio.h>