aboutsummaryrefslogtreecommitdiff
path: root/test/bin
diff options
context:
space:
mode:
authorJoakim Soderberg <joakim.soderberg@gmail.com>2014-01-13 17:13:44 +0100
committerJoakim Soderberg <joakim.soderberg@gmail.com>2014-01-27 12:48:52 +0100
commit3fe8f74e7f292f856717f7c0a3dccd4a45e574c1 (patch)
tree7e38f9d91359d1bdce323b790f188462b0f85135 /test/bin
parent913937c98d2b530292e35b7c3fb6c21b576698e9 (diff)
downloadjansson-3fe8f74e7f292f856717f7c0a3dccd4a45e574c1.zip
jansson-3fe8f74e7f292f856717f7c0a3dccd4a45e574c1.tar.gz
jansson-3fe8f74e7f292f856717f7c0a3dccd4a45e574c1.tar.bz2
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.
Diffstat (limited to 'test/bin')
-rw-r--r--test/bin/json_process.c2
1 files changed, 1 insertions, 1 deletions
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 <config.h>
+#include <jansson_private_config.h>
#endif
#include <stdio.h>