diff --git a/src/jansson.h b/src/jansson.h index 352c6ce..54e7e53 100644 --- a/src/jansson.h +++ b/src/jansson.h @@ -47,7 +47,7 @@ typedef enum { JSON_NULL } json_type; -typedef struct { +typedef struct json_t { json_type type; size_t refcount; } json_t;