summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-03-17 17:41:19 +0100
committerToni Uhlig <matzeton@googlemail.com>2021-03-17 17:41:19 +0100
commitc68c1750ba4b00096efab74829f5be7408261eed (patch)
tree679e9116516829ff04d49a23d5b56e4be1727789 /examples
parent1c3ef69faa6927ac732a079c7f8efcb20bf1020e (diff)
Switched to CMake build system.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/c-json-stdout/c-json-stdout.c2
1 files changed, 1 insertions, 1 deletions
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 <unistd.h>
#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;