From 7853c79cd66394e13e9962c5cfebc20dbbf7cbe5 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Fri, 13 Nov 2020 14:15:23 +0100 Subject: Renamed misleading "contrib" subfolder to "dependencies". Signed-off-by: Toni Uhlig --- examples/c-json-stdout/c-json-stdout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/c-json-stdout/c-json-stdout.c') diff --git a/examples/c-json-stdout/c-json-stdout.c b/examples/c-json-stdout/c-json-stdout.c index eb56470e7..b70d7bac5 100644 --- a/examples/c-json-stdout/c-json-stdout.c +++ b/examples/c-json-stdout/c-json-stdout.c @@ -8,7 +8,7 @@ #include #include "config.h" -#include "jsmn.h" +#include "jsmn/jsmn.h" static char serv_listen_addr[INET_ADDRSTRLEN] = DISTRIBUTOR_HOST; static uint16_t serv_listen_port = DISTRIBUTOR_PORT; -- cgit v1.2.3