From: Victor Julien Date: Mon, 30 May 2022 13:53:39 +0000 (+0200) Subject: nflog: fix datalink compile issue X-Git-Tag: suricata-7.0.0-beta1~543 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7439%2Fhead;p=thirdparty%2Fsuricata.git nflog: fix datalink compile issue --- diff --git a/src/source-nflog.c b/src/source-nflog.c index 039c9b2fba..2d83bc432b 100644 --- a/src/source-nflog.c +++ b/src/source-nflog.c @@ -37,6 +37,7 @@ #include "runmodes.h" #include "util-error.h" #include "util-device.h" +#include "util-datalink.h" #ifndef HAVE_NFLOG /** Handle the case where no NFLOG support is compiled in.