From: Eric Leblond Date: Wed, 11 Jun 2025 07:34:03 +0000 (+0200) Subject: datajson: fix include in header X-Git-Tag: suricata-8.0.0-rc1~9 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=cff2198ef34ab8778a21e5007ec4ad48ad08a417;p=thirdparty%2Fsuricata.git datajson: fix include in header --- diff --git a/src/datasets-context-json.h b/src/datasets-context-json.h index 7fb3dcc924..49f02496e3 100644 --- a/src/datasets-context-json.h +++ b/src/datasets-context-json.h @@ -24,7 +24,7 @@ #ifndef SURICATA_DATASETS_CONTEXT_JSON_H #define SURICATA_DATASETS_CONTEXT_JSON_H -#include +#include "suricata-common.h" #include "datasets.h" #define DATAJSON_JSON_LENGTH 1024