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 */