]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ether.c
Printers must include 'netdissect.h', not 'interface.h'
[tcpdump] / print-ether.c
index ddf6a5305260056fd8416fb76a43c114652e6ac8..1bccc0565cb2d8cf90e2276202a0b1225bf239db 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <tcpdump-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 #include "ethertype.h"