commit | 495dec1951987e85a2df81c9ec55157926fb15ab | [log] [tgz] |
---|---|---|
author | Jan Kundrát <jan.kundrat@cesnet.cz> | Thu Dec 09 22:29:57 2021 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Thu Dec 16 12:12:03 2021 +0100 |
tree | 2dd238489574121493060e432410996c1ee7bcab | |
parent | a0d2aaa3a7579a51b46921eef3a967b2bf4fc464 [diff] [blame] |
include: make self-sufficient This was using the LY_ERR which lives in log.h without including anything.
diff --git a/src/parser_schema.h b/src/parser_schema.h index bddb300..0c392d3 100644 --- a/src/parser_schema.h +++ b/src/parser_schema.h
@@ -15,6 +15,8 @@ #ifndef LY_PARSER_SCHEMA_H_ #define LY_PARSER_SCHEMA_H_ +#include "log.h" + #ifdef __cplusplus extern "C" { #endif