Fixing compilation bustage by introducing another forward declaration.

This commit is contained in:
Tai-hwa Liang 2011-06-16 05:26:03 +00:00
parent e5660633d3
commit 09108f76fa

View file

@ -33,6 +33,7 @@
#ifndef _UFS_FFS_EXTERN_H
#define _UFS_FFS_EXTERN_H
enum vtype;
struct buf;
struct cg;
struct fid;