X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/0b1de8f73d9b1484095a5ba484e83021ef7bc7ae..refs/pull/482/head:/print-rt6.c diff --git a/print-rt6.c b/print-rt6.c index 8c1ff6a9..231f5ff4 100644 --- a/print-rt6.c +++ b/print-rt6.c @@ -23,15 +23,13 @@ #include "config.h" #endif -#ifdef INET6 - -#include +#include #include #include "ip6.h" -#include "interface.h" +#include "netdissect.h" #include "addrtoname.h" #include "extract.h" @@ -107,4 +105,3 @@ rt6_print(netdissect_options *ndo, register const u_char *bp, const u_char *bp2 ND_PRINT((ndo, "[|srcrt]")); return -1; } -#endif /* INET6 */