]> git.neil.brown.name Git - history.git/commitdiff
[XFS] Fix compile for Alpha architecture.
authorNathan Scott <nathans@sgi.com>
Sat, 3 May 2003 00:04:46 +0000 (02:04 +0200)
committerNathan Scott <nathans@sgi.com>
Sat, 3 May 2003 00:04:46 +0000 (02:04 +0200)
SGI Modid: 2.5.x-xfs:slinx:147717a

fs/xfs/support/ktrace.c

index fb7b174cb36eecf9547cee47f9479f8c4c87006e..1c53c8eafb2e2485f51088a998db7071acc37700 100644 (file)
@@ -31,6 +31,7 @@
  */
 
 #include <linux/module.h>
+#include <linux/types.h>
 #include <linux/slab.h>
 
 #include <xfs_types.h>