From e7ab96c389cc0be4ef7874fc66972ce9d31cbc95 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 30 May 2022 15:53:39 +0200 Subject: [PATCH] nflog: fix datalink compile issue --- src/source-nflog.c | 1 + 1 file changed, 1 insertion(+) 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. -- 2.47.2