diff options
Diffstat (limited to 'ext2fs')
-rw-r--r-- | ext2fs/ext2_fs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext2fs/ext2_fs.h b/ext2fs/ext2_fs.h index d103cf90..bf092d1b 100644 --- a/ext2fs/ext2_fs.h +++ b/ext2fs/ext2_fs.h @@ -16,7 +16,8 @@ #ifndef _LINUX_EXT2_FS_H #define _LINUX_EXT2_FS_H -#include <linux/types.h> +typedef long u32; +typedef short u16; /* * The second extended filesystem constants/structures |