summaryrefslogtreecommitdiff
path: root/examples/c-collectd
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2023-09-10 20:28:11 +0200
committerToni Uhlig <matzeton@googlemail.com>2023-09-10 20:28:11 +0200
commit7515c1b07263d2ca542a46dff68b4d800b7eaf81 (patch)
tree7a23b58813a0f905e19e0fc062e7b76d1fa5c13c /examples/c-collectd
parentbe07c16c0ee3ec492d3f837365bca65e04e6c4a7 (diff)
Fix CI.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'examples/c-collectd')
-rw-r--r--examples/c-collectd/c-collectd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/c-collectd/c-collectd.c b/examples/c-collectd/c-collectd.c
index 7ab62e919..30e8da553 100644
--- a/examples/c-collectd/c-collectd.c
+++ b/examples/c-collectd/c-collectd.c
@@ -1,6 +1,7 @@
#include <arpa/inet.h>
#include <errno.h>
#include <signal.h>
+#include <stdbool.h> // ndpi_typedefs.h
#include <stdio.h>
#include <stdlib.h>
#include <string.h>