X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/99c91c3aec40b691641374f58e798bd8d6b657bd..refs/pull/482/head:/print-rt6.c diff --git a/print-rt6.c b/print-rt6.c index 9b87777f..231f5ff4 100644 --- a/print-rt6.c +++ b/print-rt6.c @@ -23,8 +23,6 @@ #include "config.h" #endif -#ifdef INET6 - #include #include @@ -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 */