diff options
author | hunt <hunt> | 2005-08-19 11:37:32 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-08-19 11:37:32 +0000 |
commit | 08d8a18278b6b0e400e11651e1546736aa38498c (patch) | |
tree | f7a13bc38b55d1b561a25303bee0a90ba565a7ba | |
parent | 26f6870aa5e1d395abde9a945fed68125697ef7d (diff) | |
download | systemtap-steved-08d8a18278b6b0e400e11651e1546736aa38498c.tar.gz systemtap-steved-08d8a18278b6b0e400e11651e1546736aa38498c.tar.xz systemtap-steved-08d8a18278b6b0e400e11651e1546736aa38498c.zip |
2005-08-19 Martin Hunt <hunt@redhat.com>
* runtime.h: Include io.c.
-rw-r--r-- | runtime/user/ChangeLog | 4 | ||||
-rw-r--r-- | runtime/user/runtime.h | 1 |
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" |