]> The Tcpdump Group git mirrors - tcpdump/blobdiff - bpf_dump.c
CMake: Fix the comment about versions. [skip ci]
[tcpdump] / bpf_dump.c
index f2ed59cce0777c2149a2610786d042ce58cb541a..da50c3e2dd1c88b67c5ef57da539175a2e7b3b87 100644 (file)
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
+#include <config.h>
 
 #include "netdissect-stdinc.h"
 
 #include <stdio.h>
 
 #include "netdissect.h"
+#include "interface.h"
 
 void
 bpf_dump(const struct bpf_program *p, int option)