From c68c1750ba4b00096efab74829f5be7408261eed Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Wed, 17 Mar 2021 17:41:19 +0100 Subject: Switched to CMake build system. 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 7265feec1..51df70bfa 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/jsmn.h" +#include "jsmn.h" static char serv_listen_addr[INET_ADDRSTRLEN] = DISTRIBUTOR_HOST; static uint16_t serv_listen_port = DISTRIBUTOR_PORT; -- cgit v1.2.3