X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/69cb46af9119e8b5554bcc4bf1bf36f39cb82131..refs/pull/471/head:/print-ripng.c diff --git a/print-ripng.c b/print-ripng.c index afe1c5e6..9bda0fd3 100644 --- a/print-ripng.c +++ b/print-ripng.c @@ -23,11 +23,9 @@ #include "config.h" #endif -#ifdef INET6 +#include -#include - -#include "interface.h" +#include "netdissect.h" #include "addrtoname.h" #include "extract.h" @@ -172,4 +170,3 @@ ripng_print(netdissect_options *ndo, const u_char *dat, unsigned int length) if (rp->rip6_vers != RIP6_VERSION) ND_PRINT((ndo, " [vers %d]", rp->rip6_vers)); } -#endif /* INET6 */