summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-07-15 17:27:00 -0400
committerDavid Robillard <d@drobilla.net>2024-07-15 17:27:00 -0400
commit70a6a095e298d09728a696221fcc63e4e19a629f (patch)
treed4981586bcbb0e4e3f4355da22e19c89324f8e34
parent1acd13b7b45e3052dd207ae3258e2aaca3b74b13 (diff)
downloadzix-70a6a095e298d09728a696221fcc63e4e19a629f.tar.gz
zix-70a6a095e298d09728a696221fcc63e4e19a629f.tar.bz2
zix-70a6a095e298d09728a696221fcc63e4e19a629f.zip
Add missing include
-rw-r--r--test/test_string_view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_string_view.c b/test/test_string_view.c
index 52b824d..76ceab5 100644
--- a/test/test_string_view.c
+++ b/test/test_string_view.c
@@ -5,6 +5,7 @@
#include "failing_allocator.h"
+#include "zix/allocator.h"
#include "zix/string_view.h"
#include <assert.h>