Browse Source

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.
tags/json-c-0.16-20220414
Tobias Stoeckmann 5 years ago
parent
commit
7af593c140
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      tests/test1.c

+ 2
- 0
tests/test1.c View File

@@ -5,6 +5,8 @@
#include <stdlib.h>
#include <string.h>

#include "config.h"

#include "json.h"
#include "parse_flags.h"



Loading…
Cancel
Save