Fix TLang.h maybe
This commit is contained in:
parent
682a22e764
commit
f70d6122a0
|
@ -1,4 +1,4 @@
|
||||||
#include <tlang.h>
|
#include "tlang.h"
|
||||||
#if defined(USE_NETWORK) && defined(USE_CURL)
|
#if defined(USE_NETWORK) && defined(USE_CURL)
|
||||||
#include <curl/curl.h>
|
#include <curl/curl.h>
|
||||||
#include <curl/easy.h>
|
#include <curl/easy.h>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include <tlang.h>
|
#include "tlang.h"
|
||||||
#if defined(USE_JANSSON)
|
#if defined(USE_JANSSON)
|
||||||
#include <jansson.h>
|
#include <jansson.h>
|
||||||
tobject_t* json_totobject(runtime_t* rt,json_t* token);
|
tobject_t* json_totobject(runtime_t* rt,json_t* token);
|
||||||
|
|
Loading…
Reference in New Issue