aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/atom/atom-test-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/atom/atom-test-utils.c')
-rw-r--r--lv2/atom/atom-test-utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lv2/atom/atom-test-utils.c b/lv2/atom/atom-test-utils.c
index a9ab74b..50e8887 100644
--- a/lv2/atom/atom-test-utils.c
+++ b/lv2/atom/atom-test-utils.c
@@ -17,6 +17,7 @@
#include "lv2/atom/atom.h"
#include "lv2/atom/forge.h"
#include "lv2/atom/util.h"
+#include "lv2/log/log.h"
#include "lv2/urid/urid.h"
#include <stdarg.h>
@@ -59,6 +60,7 @@ free_urid_map(void)
free(uris);
}
+LV2_LOG_FUNC(1, 2)
static int
test_fail(const char* fmt, ...)
{