summaryrefslogtreecommitdiffstats
path: root/test/bitset_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/bitset_test.c')
-rw-r--r--test/bitset_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/bitset_test.c b/test/bitset_test.c
index 62c574c..3ac1bb7 100644
--- a/test/bitset_test.c
+++ b/test/bitset_test.c
@@ -15,6 +15,7 @@
*/
#include "zix/bitset.h"
+#include "zix/common.h"
#include <stdarg.h>
#include <stdio.h>
@@ -24,6 +25,7 @@
#define MIN(a, b) (((a) < (b)) ? (a) : (b))
+ZIX_LOG_FUNC(1, 2)
static int
test_fail(const char* fmt, ...)
{