]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-udp.c
put stripped-down version of ip6.h and icmp6.h into tcpdump tree.
[tcpdump] / print-udp.c
index 737931fb9aeea5777448e88948ad3dfe379471de..c9627b4b7fa98f94c70925a21ec20604bf1ed872 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-udp.c,v 1.84 2000-10-06 06:49:22 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-udp.c,v 1.85 2000-10-07 05:53:14 itojun Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -44,10 +44,6 @@ static const char rcsid[] =
 #include <stdio.h>
 #include <string.h>
 
-#ifdef INET6
-#include <netinet/ip6.h>
-#endif
-
 #include "interface.h"
 #include "addrtoname.h"
 #include "appletalk.h"
@@ -55,6 +51,9 @@ static const char rcsid[] =
 #include "udp.h"
 
 #include "ip.h"
+#ifdef INET6
+#include "ip6.h"
+#endif
 
 #ifdef NOERROR
 #undef NOERROR                                 /* Solaris sucks */