From: Eric Leblond Date: Mon, 9 Jun 2025 07:52:13 +0000 (+0200) Subject: datasjson: fix include barrier name X-Git-Tag: suricata-8.0.0-rc1~29 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=3880b8de2220520c3387f36f76487b32b30dc04a;p=thirdparty%2Fsuricata.git datasjson: fix include barrier name --- diff --git a/src/datasets-context-json.h b/src/datasets-context-json.h index 7666b7e1c2..7fb3dcc924 100644 --- a/src/datasets-context-json.h +++ b/src/datasets-context-json.h @@ -21,8 +21,8 @@ * \author Eric Leblond */ -#ifndef SURICATA_DATAJSON_H -#define SURICATA_DATAJSON_H +#ifndef SURICATA_DATASETS_CONTEXT_JSON_H +#define SURICATA_DATASETS_CONTEXT_JSON_H #include #include "datasets.h" @@ -54,4 +54,4 @@ void DatajsonUnlockElt(DataJsonResultType *r); int DatajsonCopyJson(DataJsonType *dst, DataJsonType *src); -#endif /* SURICATA_DATAJSON_H*/ +#endif /* SURICATA_DATASETS_CONTEXT_JSON_H */