X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fmeta_data_test.c;h=ca80836441f30b029803924814085a82bd7bee2a;hb=07ba05937aeaedd683656c3912040950dbf4a152;hp=bcd457d42856da13a4308b221fbfc830c3d26e9f;hpb=7269bf71e30f0a70a9eb954f6b0a6fe1b10eb6e5;p=collectd.git diff --git a/src/daemon/meta_data_test.c b/src/daemon/meta_data_test.c index bcd457d4..ca808364 100644 --- a/src/daemon/meta_data_test.c +++ b/src/daemon/meta_data_test.c @@ -24,9 +24,10 @@ * Florian octo Forster */ -#include "common.h" /* for STATIC_ARRAY_SIZE */ #include "collectd.h" +#include "common.h" /* for STATIC_ARRAY_SIZE */ + #include "meta_data.h" #include "testing.h" @@ -37,7 +38,7 @@ DEF_TEST(base) { int64_t si; uint64_t ui; double d; - _Bool b; + bool b; CHECK_NOT_NULL(m = meta_data_create());