X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fdaemon%2Fmeta_data_test.c;h=ca80836441f30b029803924814085a82bd7bee2a;hp=bcd457d42856da13a4308b221fbfc830c3d26e9f;hb=06a86a60a7dabc685bdbd81ce3d36ea5f7e2c2d4;hpb=8fd8f76dc11064e75e44448d16d35e09e46191a2 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());