]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ip6opts.c
Avoiding conditional directives that break statements
[tcpdump] / print-ip6opts.c
index b1af8f865c2ff9f704b7d8c354b0c85d4456bd74..74f6d0e29c0eb2ba9cc9de8930d1f4feceb922ec 100644 (file)
 #include "config.h"
 #endif
 
-#ifdef INET6
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "ip6.h"
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "extract.h"
 
@@ -210,4 +209,3 @@ dstopt_print(netdissect_options *ndo, register const u_char *bp)
     ND_PRINT((ndo, "[|DSTOPT]"));
     return(-1);
 }
-#endif /* INET6 */