diff options
Diffstat (limited to 'runtime/user/runtime.h')
-rw-r--r-- | runtime/user/runtime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/user/runtime.h b/runtime/user/runtime.h index 725147a4..79a9dc22 100644 --- a/runtime/user/runtime.h +++ b/runtime/user/runtime.h @@ -51,5 +51,6 @@ void exit(int status); #include "print.c" #include "string.c" #include "arith.c" +#include "alloc.c" #endif /* _RUNTIME_H_ */ |