From 08d8a18278b6b0e400e11651e1546736aa38498c Mon Sep 17 00:00:00 2001 From: hunt Date: Fri, 19 Aug 2005 11:37:32 +0000 Subject: 2005-08-19 Martin Hunt * runtime.h: Include io.c. --- 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 7a07afba..9d098fc7 100644 --- a/runtime/user/runtime.h +++ b/runtime/user/runtime.h @@ -42,6 +42,7 @@ #define NEED_STAT_LOCKS 0 #define NEED_COUNTER_LOCKS 0 +#include "io.c" #include "print.c" #include "string.c" -- cgit