diff options
Diffstat (limited to 'lsp-parse.c')
-rw-r--r-- | lsp-parse.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lsp-parse.c b/lsp-parse.c index 17650c3..7b5849f 100644 --- a/lsp-parse.c +++ b/lsp-parse.c @@ -1,5 +1,7 @@ #define LSP_INTERNAL 1 #include "lsp.h" +#include "util.h" +#include "unicode.h" static WarnUnusedResult bool lsp_expect_type(LSP *lsp, JSONValue value, JSONValueType type, const char *what) { if (value.type != type) { |