summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--runtime/transport/ChangeLog4
-rw-r--r--runtime/transport/transport.c1
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"