summaryrefslogtreecommitdiffstats
path: root/src/json-c-test.c
diff options
context:
space:
mode:
authorThomas Mayer <thomas@residuum.org>2013-04-25 22:21:09 (GMT)
committerThomas Mayer <thomas@residuum.org>2013-04-25 22:21:09 (GMT)
commit8b5ef44806dd60dd0877b7856b06e4df709fb93f (patch)
tree5dc7aa6d1f00f6fbedd1722d45c906bd8e706e13 /src/json-c-test.c
parent464ae2132295002f271c7ebbc90e147963ee4754 (diff)
downloadmxe-8b5ef44806dd60dd0877b7856b06e4df709fb93f.zip
mxe-8b5ef44806dd60dd0877b7856b06e4df709fb93f.tar.gz
mxe-8b5ef44806dd60dd0877b7856b06e4df709fb93f.tar.bz2
json-c update to 0.11
Diffstat (limited to 'src/json-c-test.c')
-rw-r--r--src/json-c-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json-c-test.c b/src/json-c-test.c
index cb5a3c9..967beca 100644
--- a/src/json-c-test.c
+++ b/src/json-c-test.c
@@ -3,7 +3,7 @@
* See index.html for further information.
*/
-#include <json/json.h>
+#include <json-c/json.h>
#include <stdio.h>
int main(int argc, char *argv[])