diff options
Diffstat (limited to 'test/ampatree_test.c')
-rw-r--r-- | test/ampatree_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ampatree_test.c b/test/ampatree_test.c index e14e85f..bc7d161 100644 --- a/test/ampatree_test.c +++ b/test/ampatree_test.c @@ -15,6 +15,7 @@ */ #include "zix/ampatree.h" +#include "zix/common.h" #include <stdarg.h> #include <stdio.h> @@ -43,6 +44,7 @@ static const char* strings[] = { "http://echo.jpl.nasa.gov/publications/review_abs.html", }; +ZIX_LOG_FUNC(1, 2) static int test_fail(const char* fmt, ...) { |