X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd-nagios.c;h=d53ae655e555ec38d4ee4b0027e2398bbf790531;hb=f25d207699e013bb47c0083fe56b8358a98f6f4d;hp=89f73b8335ee7dd6cb349b57f7cc8ead574671e7;hpb=fea2563830dc71df90422959f742b52b9972548f;p=collectd.git diff --git a/src/collectd-nagios.c b/src/collectd-nagios.c index 89f73b83..d53ae655 100644 --- a/src/collectd-nagios.c +++ b/src/collectd-nagios.c @@ -34,6 +34,7 @@ #include #include +#include #include #include #include @@ -100,7 +101,7 @@ static char *hostname_g = NULL; static range_t range_critical_g; static range_t range_warning_g; static int consolitation_g = CON_NONE; -static _Bool nan_is_error_g = 0; +static bool nan_is_error_g; static char **match_ds_g = NULL; static size_t match_ds_num_g = 0;