X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fdaemon%2Futils_avltree_test.c;h=3171246a15c71a5edf3039da142ec557e938a2da;hp=bb30f9d6fe23a36e829bf07d00eceb9fce042f8c;hb=d486225f89ea52d8ed2b4242eba2ad94c409f837;hpb=936d749328d399463f2bbb5ec3d07cd3a271a7c7 diff --git a/src/daemon/utils_avltree_test.c b/src/daemon/utils_avltree_test.c index bb30f9d6..3171246a 100644 --- a/src/daemon/utils_avltree_test.c +++ b/src/daemon/utils_avltree_test.c @@ -24,13 +24,14 @@ * Florian octo Forster */ -#include "common.h" /* STATIC_ARRAY_SIZE */ #include "collectd.h" +#include "common.h" /* STATIC_ARRAY_SIZE */ #include "testing.h" #include "utils_avltree.h" -static int compare_total_count = 0; +static int compare_total_count; + #define RESET_COUNTS() \ do { \ compare_total_count = 0; \