Browse Source

Merge pull request #233 from NeoRaider/size_t3

Include stddef.h in json_object.h
tags/json-c-0.13-20171207
Eric Haszlakiewicz 9 years ago
parent
commit
e61eb409fd
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 #define THIS_FUNCTION_IS_DEPRECATED(func) func
#endif #endif


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


#ifdef __cplusplus #ifdef __cplusplus


Loading…
Cancel
Save