summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--runtime/user/ChangeLog4
-rw-r--r--runtime/user/runtime.h1
2 files changed, 5 insertions, 0 deletions
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 <hunt@redhat.com>
+
+ * runtime.h: Include io.c.
+
2005-07-14 Frank Ch. Eigler <fche@redhat.com>
* 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"