Skip to content

Commit

Permalink
Add stdlib.h include to json.h for size_t
Browse files Browse the repository at this point in the history
  • Loading branch information
James committed Apr 11, 2013
1 parent 1194aa0 commit 4c33960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion json.c
Expand Up @@ -42,7 +42,6 @@
const struct _json_value json_value_none = { 0 };
#endif

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
Expand Down
2 changes: 2 additions & 0 deletions json.h
Expand Up @@ -44,6 +44,8 @@
#endif
#endif

#include <stdlib.h>

#ifdef __cplusplus

#include <string.h>
Expand Down

0 comments on commit 4c33960

Please sign in to comment.