summaryrefslogtreecommitdiff
path: root/include/ext4_balloc.h
diff options
context:
space:
mode:
authorngkaho1234 <ngkaho1234@gmail.com>2016-01-31 22:31:05 +0800
committerngkaho1234 <ngkaho1234@gmail.com>2016-01-31 15:57:43 +0000
commit252c506239ab570c0f671513a3b17d3a44f86b5c (patch)
tree205681753f461e59880c2447588efd710b182746 /include/ext4_balloc.h
parent3e42ad4c558d5f3e12cdf22f4d6610836c7df129 (diff)
Refactor header files dependencies.
Diffstat (limited to 'include/ext4_balloc.h')
-rw-r--r--include/ext4_balloc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ext4_balloc.h b/include/ext4_balloc.h
index f2c3dc9..4e2f224 100644
--- a/include/ext4_balloc.h
+++ b/include/ext4_balloc.h
@@ -48,6 +48,8 @@ extern "C" {
#include "ext4_config.h"
#include "ext4_types.h"
+#include "ext4_fs.h"
+
#include <stdint.h>
#include <stdbool.h>