romfs: have romfs_fs.h pull in necessary headers
[pandora-kernel.git] / include / linux / romfs_fs.h
index c490fbc..5f57f93 100644 (file)
@@ -1,6 +1,9 @@
 #ifndef __LINUX_ROMFS_FS_H
 #define __LINUX_ROMFS_FS_H
 
+#include <linux/types.h>
+#include <linux/fs.h>
+
 /* The basic structures of the romfs filesystem */
 
 #define ROMBSIZE BLOCK_SIZE