mirror of
https://github.com/json-c/json-c.git
synced 2026-04-05 13:29:06 +08:00
Fixed test1 regression.
SIZEOF_SIZE_T might be only defined in config.h. Include config.h for these systems to pass tests which are only supposed to be run on 32 bit systems. Fixes issue #666.
This commit is contained in:
@@ -5,6 +5,8 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#include "json.h"
|
#include "json.h"
|
||||||
#include "parse_flags.h"
|
#include "parse_flags.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user