summaryrefslogtreecommitdiffstats
path: root/test/strindex_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/strindex_test.c')
-rw-r--r--test/strindex_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/strindex_test.c b/test/strindex_test.c
index 0ad3be5..1dcd062 100644
--- a/test/strindex_test.c
+++ b/test/strindex_test.c
@@ -14,12 +14,14 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include "zix/common.h"
#include "zix/strindex.h"
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
+ZIX_LOG_FUNC(1, 2)
static int
test_fail(const char* fmt, ...)
{