diff options
Diffstat (limited to 'print-nflog.c')
-rw-r--r-- | print-nflog.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print-nflog.c b/print-nflog.c index 5ef4b2fd..5985799e 100644 --- a/print-nflog.c +++ b/print-nflog.c @@ -25,13 +25,14 @@ * DAMAGE. */ +#define NETDISSECT_REWORKED #ifdef HAVE_CONFIG_H #include "config.h" #endif #include <tcpdump-stdinc.h> -#include "netdissect.h" +#include "interface.h" #if defined(DLT_NFLOG) && defined(HAVE_PCAP_NFLOG_H) #include <pcap/nflog.h> |