]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-arp.c
Default to first interface from pcap_findalldevs()
[tcpdump] / print-arp.c
index 5a655f2a32cc76a86c8f96bb111ce21ba2f5dabd..b007257a2997ac879ab69a32af72ef92cd1a6b52 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
@@ -31,7 +31,7 @@
 #include "addrtoname.h"
 #include "ether.h"
 #include "ethertype.h"
-#include "extract.h"                   /* must come after interface.h */
+#include "extract.h"
 
 static const char tstr[] = "[|ARP]";