diff options
| author | ngkaho1234 <ngkaho1234@gmail.com> | 2016-01-31 22:31:05 +0800 |
|---|---|---|
| committer | ngkaho1234 <ngkaho1234@gmail.com> | 2016-01-31 15:57:43 +0000 |
| commit | 252c506239ab570c0f671513a3b17d3a44f86b5c (patch) | |
| tree | 205681753f461e59880c2447588efd710b182746 /include/ext4_super.h | |
| parent | 3e42ad4c558d5f3e12cdf22f4d6610836c7df129 (diff) | |
Refactor header files dependencies.
Diffstat (limited to 'include/ext4_super.h')
| -rw-r--r-- | include/ext4_super.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ext4_super.h b/include/ext4_super.h index 2172698..b420225 100644 --- a/include/ext4_super.h +++ b/include/ext4_super.h @@ -48,6 +48,7 @@ extern "C" { #include "ext4_config.h" #include "ext4_types.h" +#include "ext4_misc.h" /**@brief Blocks count get stored in superblock. * @param s superblock descriptor |
