Skip to content

Commit fffd849

Browse files
Include stdlib.h in json-builder.c
1 parent 9ba372c commit fffd849

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

json-builder.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
#include <string.h>
3434
#include <assert.h>
35+
#include <stdlib.h>
3536
#include <stdio.h>
3637

3738
#ifdef _MSC_VER

0 commit comments

Comments
 (0)