]> The Tcpdump Group git mirrors - tcpdump/blobdiff - bpf_dump.c
CHANGES: Add/move change(s) backported to 4.99
[tcpdump] / bpf_dump.c
index 9bad38d387e00ae8321b93caff8b1170437eaf82..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 "netdissect-stdinc.h"
 
 #include <stdio.h>
 
 #include "netdissect.h"
+#include "interface.h"
 
 void
 bpf_dump(const struct bpf_program *p, int option)