summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhunt <hunt>2006-12-20 20:32:57 +0000
committerhunt <hunt>2006-12-20 20:32:57 +0000
commit402cc02c5391b10a2abd867dc3f1cccc5c8c1639 (patch)
tree3c3120ffe1c846e05f6ead336113f4f81273c187
parenta53021ffb7a2a0afe9eaa1563615ddf602b2e6f4 (diff)
downloadsystemtap-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.
-rw-r--r--runtime/ChangeLog4
-rw-r--r--runtime/runtime.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index e26da47b..450ac493 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-20 Martin Hunt <hunt@redhat.com>
+
+ * runtime.h: Include mm.h.
+
2006-12-20 Li Guanglei <guanglei@cn.ibm.com>
* runtime/lket/b2a/lket_b2a.c: bugfix for NULL appname when
search appNameTree.
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)