diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-11-13 14:15:23 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-11-13 14:26:51 +0100 |
commit | 7853c79cd66394e13e9962c5cfebc20dbbf7cbe5 (patch) | |
tree | 4f96ba2aa399537550aa61055b03eecff49ea3bc /examples/c-json-stdout | |
parent | 7362da8c5fac01b97ee2060eb3e640ed8565ea24 (diff) |
Renamed misleading "contrib" subfolder to "dependencies".
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'examples/c-json-stdout')
-rw-r--r-- | examples/c-json-stdout/c-json-stdout.c | 2 |
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 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 <unistd.h> #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; |