]> The Tcpdump Group git mirrors - tcpdump/blobdiff - addrtoname.c
libnetdissect code must include 'netdissect.h', not 'interface.h'
[tcpdump] / addrtoname.c
index 527f40551a766186f0d2e637d92fa7afdd4b41c9..3f04479c491b7f5ea73a8518120cceb4cb94246a 100644 (file)
@@ -57,7 +57,7 @@ extern int ether_ntohost(char *, const struct ether_addr *);
 #include <string.h>
 #include <stdlib.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "addrtoname.h"
 #include "llc.h"
 #include "setsignal.h"