]> git.ipfire.org Git - thirdparty/json-c.git/commit
Fixed test1 regression. 667/head
authorTobias Stoeckmann <tobias@stoeckmann.org>
Fri, 11 Sep 2020 19:09:40 +0000 (21:09 +0200)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Fri, 11 Sep 2020 19:09:40 +0000 (21:09 +0200)
commit7af593c140523efa04e863f3772f0632c7ffcde3
treeebf82f78361234e9e72db49b59c49fec60e4ab1a
parent785a94b7a25890f9c44902631d67512631c3519f
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.
tests/test1.c