From 1c2aeef9fee160bf4d6ec9fe6d4cc8d31788f0df Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 28 Jul 2005 18:46:16 +0000 Subject: Add io.c --- runtime/user/print.c | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/user/print.c') diff --git a/runtime/user/print.c b/runtime/user/print.c index ac0b7c49..dddb3d7e 100644 --- a/runtime/user/print.c +++ b/runtime/user/print.c @@ -23,6 +23,7 @@ #endif #include "string.h" +#include "io.c" static int _stp_pbuf_len[NR_CPUS]; -- cgit