Fix TLang.h maybe

This commit is contained in:
Mike Nolan 2023-05-10 07:56:17 -05:00
parent 682a22e764
commit f70d6122a0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include <tlang.h>
#include "tlang.h"
#if defined(USE_NETWORK) && defined(USE_CURL)
#include <curl/curl.h>
#include <curl/easy.h>

View File

@ -1,4 +1,4 @@
#include <tlang.h>
#include "tlang.h"
#if defined(USE_JANSSON)
#include <jansson.h>
tobject_t* json_totobject(runtime_t* rt,json_t* token);