X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/38700c7f24646dfbc6ac0ed529d3ed727c545cd0..refs/pull/494/head:/print-frag6.c diff --git a/print-frag6.c b/print-frag6.c index 53dafb4c..491b0726 100644 --- a/print-frag6.c +++ b/print-frag6.c @@ -23,12 +23,10 @@ #include "config.h" #endif -#ifdef INET6 - -#include +#include #include "ip6.h" -#include "interface.h" +#include "netdissect.h" #include "extract.h" int @@ -67,4 +65,3 @@ trunc: ND_PRINT((ndo, "[|frag]")); return -1; } -#endif /* INET6 */