diff options
author | ddomingo <ddomingo@redhat.com> | 2008-09-09 09:25:01 +1000 |
---|---|---|
committer | ddomingo <ddomingo@redhat.com> | 2008-09-09 09:25:01 +1000 |
commit | b94621e3319a66fd57147b50ea83dfd9ed726a4b (patch) | |
tree | e652a121acc61546799313d4c271de6c9233de06 /runtime/runtime.h | |
parent | a5e2a4c92910faf6ef6a2f84b6b58a85dece300c (diff) | |
parent | e6342ff8c11bbed1d2058507b918cf3c140e1322 (diff) | |
download | systemtap-steved-b94621e3319a66fd57147b50ea83dfd9ed726a4b.tar.gz systemtap-steved-b94621e3319a66fd57147b50ea83dfd9ed726a4b.tar.xz systemtap-steved-b94621e3319a66fd57147b50ea83dfd9ed726a4b.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
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 2711f531..fd0cac9e 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -88,6 +88,7 @@ static struct #ifdef STP_PERFMON #include "perf.c" #endif +#include "addr-map.c" /* Support functions for int64_t module parameters. */ int param_set_int64_t(const char *val, struct kernel_param *kp) |