summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/zix/allocator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zix/allocator.h b/include/zix/allocator.h
index f1737be..bcffda5 100644
--- a/include/zix/allocator.h
+++ b/include/zix/allocator.h
@@ -19,6 +19,8 @@ extern "C" {
@{
*/
+struct ZixAllocatorImpl;
+
/**
A memory allocator.