From 41f7eadf3e5e6b42ecd54c53adab112253122e34 Mon Sep 17 00:00:00 2001 From: hunt Date: Fri, 9 Sep 2005 09:03:21 +0000 Subject: 2005-09-09 Martin Hunt * runtime.h: Add arith.c * recreate_links: Add arith.c * emul.h: Define jiffies so arith.c will compile. --- runtime/user/runtime.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/user/runtime.h') 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_ */ -- cgit