summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-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 52c5d5e9..b8712c91 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,7 @@
+2006-07-21 Martin Hunt <hunt@redhat.com>
+
+ * runtime.h: Include compat.h.
+
2006-07-20 Martin Hunt <hunt@redhat.com>
* vsprintf.c (_stp_vsnprintf): %p format fixes.
diff --git a/runtime/runtime.h b/runtime/runtime.h
index 7a614163..f0dec3c4 100644
--- a/runtime/runtime.h
+++ b/runtime/runtime.h
@@ -30,6 +30,7 @@
#include <asm/uaccess.h>
#include <linux/kallsyms.h>
#include <linux/version.h>
+#include <linux/compat.h>
#ifndef for_each_cpu
#define for_each_cpu(cpu) for_each_cpu_mask((cpu), cpu_possible_map)