From da373a717d026dddec8a14f19ffd5cf3f318cdc8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Jul 2024 17:26:26 -0400 Subject: Add missing attribute The mingw32 build is the only one that cares about this for some reason. --- test/lilv_test_utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/lilv_test_utils.h') diff --git a/test/lilv_test_utils.h b/test/lilv_test_utils.h index f01b5b4..73ee2ba 100644 --- a/test/lilv_test_utils.h +++ b/test/lilv_test_utils.h @@ -5,6 +5,7 @@ #define LILV_TEST_UTILS_H #include "lilv/lilv.h" +#include "zix/attributes.h" #define MANIFEST_PREFIXES \ "\ @@ -80,6 +81,7 @@ void set_env(const char* name, const char* value); // Create a unique temporary directory +ZIX_MALLOC_FUNC char* lilv_create_temporary_directory(const char* pattern); -- cgit v1.2.1