index
:
ndpi-daemon.git
Tiny nDPI based deep packet inspection daemons / toolkit.
log msg
author
committer
range
add/PF_RING
add/apple-bsd-port
add/config-file-support
add/event-io-abstraction
add/nDPId-UDP-endpoint
add/tls-proxy-support
add/tunnel-decoding
add/udp-aes256-gcm
main
ndpi-example-proposal
tmp
summary
refs
log
tree
commit
diff
path:
root
/
examples
/
c-json-stdout
/
c-json-stdout.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'examples/c-json-stdout/c-json-stdout.c')
-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 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;