]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-raw.c
Default to first interface from pcap_findalldevs()
[tcpdump] / print-raw.c
index 74d63639958937045b30717ba09d4d161122e9d5..a89af5bfec294d26421cdc2be3e5e8bc36b18fbd 100644 (file)
@@ -23,9 +23,9 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 
 /*
  * The DLT_RAW packet has no header. It contains a raw IP packet.