Browse Source

Include stddef.h in json_object.h

It is needed for size_t.
tags/json-c-0.13-20171207
Matthias Schiffer 9 years ago
parent
commit
22fdcfc71a
No known key found for this signature in database GPG Key ID: 16EF3F64CB201D9C
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      json_object.h

+ 1
- 0
json_object.h View File

@@ -21,6 +21,7 @@
#define THIS_FUNCTION_IS_DEPRECATED(func) func
#endif

#include <stddef.h>
#include "json_inttypes.h"

#ifdef __cplusplus


Loading…
Cancel
Save