Treewide: use bool instead of _Bool
[collectd.git] / src / libcollectdclient / network_parse.c
index 14c1b28..91fe18d 100644 (file)
@@ -36,6 +36,7 @@
 #include <errno.h>
 #include <math.h>
 #include <pthread.h>
+#include <stdbool.h>
 #include <stdlib.h>
 #include <string.h>