mtd/fs/jffs2 debug.c,1.7,1.8
lunn at infradead.org
lunn at infradead.org
Sat Jul 30 11:27:08 EDT 2005
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv9016
Modified Files:
debug.c
Log Message:
Add missing header file otherwise it will not compile on eCos.
Index: debug.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/debug.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- debug.c 24 Jul 2005 15:14:14 -0000 1.7
+++ debug.c 30 Jul 2005 15:27:05 -0000 1.8
@@ -11,6 +11,7 @@
*
*/
#include <linux/kernel.h>
+#include <linux/types.h>
#include <linux/pagemap.h>
#include <linux/crc32.h>
#include <linux/jffs2.h>
More information about the linux-mtd-cvs
mailing list