summaryrefslogtreecommitdiff
path: root/std
diff options
context:
space:
mode:
Diffstat (limited to 'std')
-rw-r--r--std/json.zc1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/json.zc b/std/json.zc
index f1b008d..64d64ab 100644
--- a/std/json.zc
+++ b/std/json.zc
@@ -26,6 +26,7 @@ struct JsonValue {
}
raw {
+ typedef struct JsonValue* JsonValuePtr;
Vec_JsonValuePtr Vec_JsonValuePtr__new();
void Vec_JsonValuePtr__push(Vec_JsonValuePtr* self, JsonValue* item);
Map_JsonValuePtr Map_JsonValuePtr__new();