summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2003-05-03 02:04:46 +0200
committerNathan Scott <nathans@sgi.com>2003-05-03 02:04:46 +0200
commit81d3a6215fdbb936b2dcb91d3ff2dbf5dd52fc7d (patch)
treeca83118bcb0e1743371bfae1fb0622e3356460c2
parent9246bcdabac42a211f2b5716a843ac105552dcac (diff)
[XFS] Fix compile for Alpha architecture.
SGI Modid: 2.5.x-xfs:slinx:147717a
-rw-r--r--fs/xfs/support/ktrace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/support/ktrace.c b/fs/xfs/support/ktrace.c
index fb7b174cb36e..1c53c8eafb2e 100644
--- a/fs/xfs/support/ktrace.c
+++ b/fs/xfs/support/ktrace.c
@@ -31,6 +31,7 @@
*/
#include <linux/module.h>
+#include <linux/types.h>
#include <linux/slab.h>
#include <xfs_types.h>