]> The Tcpdump Group git mirrors - tcpdump/blobdiff - bpf_dump.c
On Solaris, for 64-bit builds, use the 64-bit pcap-config.
[tcpdump] / bpf_dump.c
index f2ed59cce0777c2149a2610786d042ce58cb541a..1ac74a24127c85bf4f36b7af13920eb546d065f0 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "netdissect-stdinc.h"
@@ -28,6 +28,7 @@
 #include <stdio.h>
 
 #include "netdissect.h"
+#include "interface.h"
 
 void
 bpf_dump(const struct bpf_program *p, int option)