diff options
Diffstat (limited to 'include/m_json.h')
-rw-r--r-- | include/m_json.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/m_json.h b/include/m_json.h index efa0463e39..63980ab4e0 100644 --- a/include/m_json.h +++ b/include/m_json.h @@ -31,7 +31,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifdef __cplusplus
-typedef void JSONNODE;
+#include "../src/mir_core/src/json/JSONNode.h"
+typedef JSONNode JSONNODE;
extern "C"
{
|