summaryrefslogtreecommitdiff
path: root/src/examples/jsontest/jsontest.c
diff options
context:
space:
mode:
authorAdam Cécile (Le_Vert) <gandalf@le-vert.net>2018-04-24 16:52:34 +0200
committerAndrej Shadura <andrewsh@debian.org>2018-04-24 16:52:34 +0200
commitfaa37905ce30a136b3dfd53f708d50c7afab5261 (patch)
tree5bd2180cf2e4de72a4679fdc7eb1d830587d83de /src/examples/jsontest/jsontest.c
parent331a4905a5c83d635f9ad3b075c3593c3e31bdbb (diff)
This patch makes the examples build standalone.
Gbp-Pq: Name 002-Make-Examples-Buildable-standalone.diff
Diffstat (limited to 'src/examples/jsontest/jsontest.c')
-rw-r--r--src/examples/jsontest/jsontest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/jsontest/jsontest.c b/src/examples/jsontest/jsontest.c
index a63dbc5..4237ed2 100644
--- a/src/examples/jsontest/jsontest.c
+++ b/src/examples/jsontest/jsontest.c
@@ -1,4 +1,4 @@
-#include <mowgli.h>
+#include <libmowgli-2/mowgli.h>
void
out_string(mowgli_json_output_t *out, const char *str, size_t len)