summaryrefslogtreecommitdiffstats
path: root/test/test_malloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_malloc.h')
-rw-r--r--test/test_malloc.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/test_malloc.h b/test/test_malloc.h
index ba7cad3..be59008 100644
--- a/test/test_malloc.h
+++ b/test/test_malloc.h
@@ -14,8 +14,10 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include "zix/common.h"
+
#include <stddef.h>
-void test_malloc_init(void);
-void test_malloc_reset(size_t fail_after);
-size_t test_malloc_get_n_allocs(void);
+void test_malloc_init(void);
+void test_malloc_reset(size_t fail_after);
+ZIX_PURE_API size_t test_malloc_get_n_allocs(void);