X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/d16e46379fe86bc35091441ad225dbd5c092696c..80b630570892c1eb0e5686c80cc788d6cf9eb8f8:/print-bootp.c?ds=inline diff --git a/print-bootp.c b/print-bootp.c index 2cde5af8..adbf015b 100644 --- a/print-bootp.c +++ b/print-bootp.c @@ -22,7 +22,7 @@ */ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-bootp.c,v 1.50 2000-07-01 03:56:43 assar Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-bootp.c,v 1.52 2000-09-28 06:42:56 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -35,10 +35,8 @@ static const char rcsid[] = struct mbuf; struct rtentry; -#include #include -#include #include #include @@ -46,6 +44,7 @@ struct rtentry; #include "interface.h" #include "addrtoname.h" +#include "ether.h" #include "bootp.h" static void rfc1048_print(const u_char *, u_int);