X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/c4521bbf470420aa57fa5f252bcf3576318ace87..8b67f771343e94182b048b0cae3ffe164dc37bb9:/print-null.c diff --git a/print-null.c b/print-null.c index 7089eb9d..d4750c43 100644 --- a/print-null.c +++ b/print-null.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.30 1999-12-22 06:27:21 itojun Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.35 2000-09-28 06:43:05 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -34,20 +34,11 @@ static const char rcsid[] = #include #include -#if __STDC__ struct mbuf; struct rtentry; -#endif -#include #include #include -#include -#include -#include -#include -#include -#include #include #include @@ -60,6 +51,8 @@ struct rtentry; #include "interface.h" #include "addrtoname.h" +#include "ip.h" + #ifndef AF_NS #define AF_NS 6 /* XEROX NS protocols */ #endif