diff options
Diffstat (limited to 'tests/alloc.c')
-rw-r--r-- | tests/alloc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/alloc.c b/tests/alloc.c index 2d3077d..ec8e8f7 100644 --- a/tests/alloc.c +++ b/tests/alloc.c @@ -3,8 +3,10 @@ #include "prelude.h" #include "tests.h" + #include "alloc.h" #include "diag.h" + #include <errno.h> #include <stdlib.h> #include <stdint.h> |