summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorhunt <hunt>2006-07-21 20:56:13 +0000
committerhunt <hunt>2006-07-21 20:56:13 +0000
commit59ca1d89d955ad8b017a499e90fe5b800e6e3443 (patch)
treec3263570f6307a6091823e19389bef68bf078af6 /runtime
parent428cd03159f5b1be72d06ea5eb110e9238dae4e3 (diff)
downloadsystemtap-steved-59ca1d89d955ad8b017a499e90fe5b800e6e3443.tar.gz
systemtap-steved-59ca1d89d955ad8b017a499e90fe5b800e6e3443.tar.xz
systemtap-steved-59ca1d89d955ad8b017a499e90fe5b800e6e3443.zip
2006-07-21 Martin Hunt <hunt@redhat.com>
* runtime.h: Include compat.h.
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)