diff options
Diffstat (limited to 'examples/c-collectd/c-collectd.c')
-rw-r--r-- | examples/c-collectd/c-collectd.c | 1 |
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> |