diff options
-rw-r--r-- | lib/alloc/arena_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/alloc/arena_alloc.c b/lib/alloc/arena_alloc.c index c25c132..c32381c 100644 --- a/lib/alloc/arena_alloc.c +++ b/lib/alloc/arena_alloc.c @@ -12,7 +12,7 @@ #include "_attrs.h" #include "alloc.h" -#include "error.h" +#include "errors.h" #include "macros.h" #define PAD(len, align) (((len) + (align) - 1) & ~((align) - 1)) |