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/ChangeLog | 4 ++++ runtime/user/runtime.h | 1 + 2 files changed, 5 insertions(+) (limited to 'runtime') diff --git a/runtime/user/ChangeLog b/runtime/user/ChangeLog index 9771edaa..227fe966 100644 --- a/runtime/user/ChangeLog +++ b/runtime/user/ChangeLog @@ -1,3 +1,7 @@ +2005-08-19 Martin Hunt + + * runtime.h: Include io.c. + 2005-07-14 Frank Ch. Eigler * alloc.c (_stp_error): Rename, to avoid name collision with ../io.c. 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