From e6342ff8c11bbed1d2058507b918cf3c140e1322 Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Mon, 8 Sep 2008 16:14:03 +0200 Subject: PR1288: runtime functions for avoiding certain addresses --- runtime/runtime.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/runtime.h') 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) -- cgit