diff options
author | hunt <hunt> | 2006-12-20 20:32:57 +0000 |
---|---|---|
committer | hunt <hunt> | 2006-12-20 20:32:57 +0000 |
commit | 402cc02c5391b10a2abd867dc3f1cccc5c8c1639 (patch) | |
tree | 3c3120ffe1c846e05f6ead336113f4f81273c187 /runtime/runtime.h | |
parent | a53021ffb7a2a0afe9eaa1563615ddf602b2e6f4 (diff) | |
download | systemtap-steved-402cc02c5391b10a2abd867dc3f1cccc5c8c1639.tar.gz systemtap-steved-402cc02c5391b10a2abd867dc3f1cccc5c8c1639.tar.xz systemtap-steved-402cc02c5391b10a2abd867dc3f1cccc5c8c1639.zip |
2006-12-20 Martin Hunt <hunt@redhat.com>
* runtime.h: Include mm.h.
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 b8094451..4013e9bc 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -31,6 +31,7 @@ #include <linux/kallsyms.h> #include <linux/version.h> #include <linux/compat.h> +#include <linux/mm.h> #ifndef for_each_cpu #define for_each_cpu(cpu) for_each_cpu_mask((cpu), cpu_possible_map) |