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 1d6d5307..b13f2cc6 100644 --- a/runtime/user/runtime.h +++ b/runtime/user/runtime.h @@ -48,5 +48,6 @@ void exit(int status); #include "io.c" #include "print.c" #include "string.c" +#include "arith.c" #endif /* _RUNTIME_H_ */ |