diff options
author | David Smith <dsmith@redhat.com> | 2009-06-16 12:17:35 -0500 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2009-06-16 12:17:35 -0500 |
commit | 657ff134aef7f7fb8e6d7ff687c46d1819f60550 (patch) | |
tree | 9a2e2017100a027ddf6c8755abd8c411d0630884 /runtime/runtime.h | |
parent | 611ab8263198e3e8c2640cb4a3e1eb65e2037f96 (diff) | |
download | systemtap-steved-657ff134aef7f7fb8e6d7ff687c46d1819f60550.tar.gz systemtap-steved-657ff134aef7f7fb8e6d7ff687c46d1819f60550.tar.xz systemtap-steved-657ff134aef7f7fb8e6d7ff687c46d1819f60550.zip |
Moved time.c inclusion from runtime/transport/transport.c to runtime/runtime.h.
* runtime/runtime.h: Includes time.c.
* runtime/transport/transport.c: Removed time.c inclusion.
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r-- | runtime/runtime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h index c2e927cc..9881acb7 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -88,6 +88,7 @@ static struct #include "copy.c" #include "regs.c" #include "regs-ia64.c" +#include "time.c" #include "task_finder.c" |