]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-frag6.c
Default to first interface from pcap_findalldevs()
[tcpdump] / print-frag6.c
index b8c49fd986946b5866011f6d1856e546909d6db7..491b07260032a04da95bd649345a4fc7d5a144da 100644 (file)
@@ -23,9 +23,7 @@
 #include "config.h"
 #endif
 
-#ifdef INET6
-
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "ip6.h"
 #include "netdissect.h"
@@ -67,4 +65,3 @@ trunc:
        ND_PRINT((ndo, "[|frag]"));
        return -1;
 }
-#endif /* INET6 */