From 3fe8f74e7f292f856717f7c0a3dccd4a45e574c1 Mon Sep 17 00:00:00 2001 From: Joakim Soderberg Date: Mon, 13 Jan 2014 17:13:44 +0100 Subject: Renamed config.h -> jansson_private_config.h This is because it's really easy to get a name collission if compiling Jansson as a subproject in a larger CMake project. If one project includes several subprojects each having their own config.h, this will cause the wrong file to be loaded. --- test/bin/json_process.c | 2 +- test/suites/api/test_pack.c | 2 +- test/suites/api/util.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/bin/json_process.c b/test/bin/json_process.c index 23afefe..8ca3fe3 100644 --- a/test/bin/json_process.c +++ b/test/bin/json_process.c @@ -6,7 +6,7 @@ */ #ifdef HAVE_CONFIG_H -#include +#include #endif #include diff --git a/test/suites/api/test_pack.c b/test/suites/api/test_pack.c index 348d8b2..487137c 100644 --- a/test/suites/api/test_pack.c +++ b/test/suites/api/test_pack.c @@ -7,7 +7,7 @@ */ #ifdef HAVE_CONFIG_H -#include +#include #endif #include diff --git a/test/suites/api/util.h b/test/suites/api/util.h index b86a546..e4019de 100644 --- a/test/suites/api/util.h +++ b/test/suites/api/util.h @@ -9,7 +9,7 @@ #define UTIL_H #ifdef HAVE_CONFIG_H -#include +#include #endif #include -- cgit v1.1