Skip to content
Snippets Groups Projects
Commit fad9eb70 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Fix compilation with external libyaml

parent 600de460
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,9 @@ extern "C" {
#include <lj_state.h>
#include "yaml.h"
#include "yaml_private.h"
#include "b64.h"
/* Use private header from bundled libyaml for IS_PRINTABLE() macro */
#include "third_party/libyaml/yaml_private.h"
} /* extern "C" */
#include "lua/utils.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment