]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-frag6.c
Don't require IPv6 library support in order to support IPv6 addresses.
[tcpdump] / print-frag6.c
index 967e63737d0cfd4b04bf37149107cb5ef1e6f988..491b07260032a04da95bd649345a4fc7d5a144da 100644 (file)
@@ -23,8 +23,6 @@
 #include "config.h"
 #endif
 
-#ifdef INET6
-
 #include <netdissect-stdinc.h>
 
 #include "ip6.h"
@@ -67,4 +65,3 @@ trunc:
        ND_PRINT((ndo, "[|frag]"));
        return -1;
 }
-#endif /* INET6 */