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:
Tobias Stoeckmann
2020-09-11 21:09:40 +02:00
parent 785a94b7a2
commit 7af593c140

View File

@@ -5,6 +5,8 @@
#include <stdlib.h>
#include <string.h>
#include "config.h"
#include "json.h"
#include "parse_flags.h"