summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.h
diff options
context:
space:
mode:
authorTim Moore <moore@blackbox.bricoworks.com>2008-09-08 16:14:03 +0200
committerTim Moore <moore@blackbox.bricoworks.com>2008-09-08 16:14:03 +0200
commite6342ff8c11bbed1d2058507b918cf3c140e1322 (patch)
tree4c7db07136368155ea272f848d5ac46819a6ae84 /runtime/runtime.h
parente36b5fc35d4033d5718eb8e101968b79d0360202 (diff)
downloadsystemtap-steved-e6342ff8c11bbed1d2058507b918cf3c140e1322.tar.gz
systemtap-steved-e6342ff8c11bbed1d2058507b918cf3c140e1322.tar.xz
systemtap-steved-e6342ff8c11bbed1d2058507b918cf3c140e1322.zip
PR1288: runtime functions for avoiding certain addresses
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r--runtime/runtime.h1
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)