diff options
Diffstat (limited to 'test/dict_bench.c')
-rw-r--r-- | test/dict_bench.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dict_bench.c b/test/dict_bench.c index 742388a..21d9cfb 100644 --- a/test/dict_bench.c +++ b/test/dict_bench.c @@ -18,6 +18,7 @@ #include "zix/ampatree.h" #include "zix/chunk.h" +#include "zix/common.h" #include "zix/hash.h" #include "zix/patree.h" #include "zix/trie.h" @@ -32,6 +33,7 @@ static const unsigned seed = 1; +ZIX_LOG_FUNC(1, 2) static int test_fail(const char* fmt, ...) { |