From: James S. <jsi...@us...> - 2002-02-05 17:35:46
|
Update of /cvsroot/linux-mips/linux/include/asm-mips64/sgi In directory usw-pr-cvs1:/tmp/cvs-serv12066/asm-mips64/sgi Modified Files: sgihpc.h Log Message: Compile fix: include <linux/types.h>. Index: sgihpc.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips64/sgi/sgihpc.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- sgihpc.h 2002/01/28 20:32:06 1.3 +++ sgihpc.h 2002/02/05 17:35:41 1.4 @@ -9,6 +9,7 @@ #ifndef __ASM_SGI_SGIHPC_H #define __ASM_SGI_SGIHPC_H +#include <linux/types.h> #include <asm/page.h> extern int sgi_has_ioc2; /* to know if we have older ioc1 or ioc2. */ |