diff options
| author | gkostka <kostka.grzegorz@gmail.com> | 2015-10-18 09:20:04 +0200 |
|---|---|---|
| committer | gkostka <kostka.grzegorz@gmail.com> | 2015-10-18 09:20:04 +0200 |
| commit | 90931b2bca83dce89f355eed1caae2c2166f1572 (patch) | |
| tree | 7299e4c769b69708a65035267a4938a9d80128d1 | |
| parent | 39cfadf99cd75b56c4ee677098960623b5eccce3 (diff) | |
Fix compiler warning in extent module
| -rw-r--r-- | lwext4/ext4_extent.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lwext4/ext4_extent.c b/lwext4/ext4_extent.c index 38f51a7..ffb8c8f 100644 --- a/lwext4/ext4_extent.c +++ b/lwext4/ext4_extent.c @@ -45,6 +45,7 @@ #include "ext4_super.h" #include "ext4_blockdev.h" #include "ext4_balloc.h" +#include "ext4_fs.h" #include <string.h> #include <stdlib.h> |
