PCI: scatterlist.h needs types.h
[safe/jmp/linux-2.6] / include / asm-m32r / scatterlist.h
index c2de96c..352415f 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _ASM_M32R_SCATTERLIST_H
 #define _ASM_M32R_SCATTERLIST_H
 
+#include <asm/types.h>
+
 struct scatterlist {
     char *  address;    /* Location data is to be transferred to, NULL for
                          * highmem page */