diff options
author | hunt <hunt> | 2006-07-21 20:56:13 +0000 |
---|---|---|
committer | hunt <hunt> | 2006-07-21 20:56:13 +0000 |
commit | 59ca1d89d955ad8b017a499e90fe5b800e6e3443 (patch) | |
tree | c3263570f6307a6091823e19389bef68bf078af6 /runtime | |
parent | 428cd03159f5b1be72d06ea5eb110e9238dae4e3 (diff) | |
download | systemtap-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/ChangeLog | 4 | ||||
-rw-r--r-- | runtime/runtime.h | 1 |
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) |