]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ppp.c
Default to first interface from pcap_findalldevs()
[tcpdump] / print-ppp.c
index d9bca84c511082cedacd78b702373af2c4b596cf..078f6a56c02a3bae4857b4cd80aaaf30c6453dd5 100644 (file)
@@ -33,7 +33,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #ifdef __bsdi__
 #include <net/slcompress.h>
@@ -42,7 +42,7 @@
 
 #include <stdlib.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 #include "addrtoname.h"
 #include "ppp.h"