diff options
author | fche <fche> | 2007-03-26 21:25:21 +0000 |
---|---|---|
committer | fche <fche> | 2007-03-26 21:25:21 +0000 |
commit | a0e355e761adebb639c46ecc83ab2ce3380765e5 (patch) | |
tree | 6431b967693f8fe26e8954f694628db33605787b /runtime | |
parent | 8438f752c6843e33ead41bc291d09b358072085b (diff) | |
download | systemtap-steved-a0e355e761adebb639c46ecc83ab2ce3380765e5.tar.gz systemtap-steved-a0e355e761adebb639c46ecc83ab2ce3380765e5.tar.xz systemtap-steved-a0e355e761adebb639c46ecc83ab2ce3380765e5.zip |
2007-03-26 Frank Ch. Eigler <fche@elastic.org>
* transport.c: Add #include <linux/namei.h> for lookup_one_len.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/transport/ChangeLog | 4 | ||||
-rw-r--r-- | runtime/transport/transport.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/runtime/transport/ChangeLog b/runtime/transport/ChangeLog index e588e546..40519dee 100644 --- a/runtime/transport/ChangeLog +++ b/runtime/transport/ChangeLog @@ -1,3 +1,7 @@ +2007-03-26 Frank Ch. Eigler <fche@elastic.org> + + * transport.c: Add #include <linux/namei.h> for lookup_one_len. + 2007-03-26 Martin Hunt <hunt@redhat.com> * symbols.c (_stp_do_module): If a module has no symbols, just diff --git a/runtime/transport/transport.c b/runtime/transport/transport.c index 51586dbd..50348f34 100644 --- a/runtime/transport/transport.c +++ b/runtime/transport/transport.c @@ -15,6 +15,7 @@ #define _TRANSPORT_TRANSPORT_C_ #include <linux/delay.h> +#include <linux/namei.h> #include "transport.h" #include "time.c" #include "symbols.c" |