diff options
Diffstat (limited to 'test/failing_allocator.h')
-rw-r--r-- | test/failing_allocator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/failing_allocator.h b/test/failing_allocator.h index 5f6d220..215f2b6 100644 --- a/test/failing_allocator.h +++ b/test/failing_allocator.h @@ -4,7 +4,7 @@ #ifndef ZIX_TEST_FAILING_ALLOCATOR_H #define ZIX_TEST_FAILING_ALLOCATOR_H -#include "zix/allocator.h" +#include <zix/allocator.h> #include <stddef.h> |