summaryrefslogtreecommitdiff
path: root/include/ext4_ialloc.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-06-18 12:05:34 +0100
committerCarl Hetherington <cth@carlh.net>2020-03-08 09:17:37 +0100
commit89c456b2333245b8dc4a80deb0f1aabf4f021184 (patch)
treef707cb684006f1cad0d1691afd88a8a00d386473 /include/ext4_ialloc.h
parent4eee448d748594c711b80d46877e4fb413246eeb (diff)
Fix #includes and build a shared library.
Diffstat (limited to 'include/ext4_ialloc.h')
-rw-r--r--include/ext4_ialloc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ext4_ialloc.h b/include/ext4_ialloc.h
index e845c79..cea3fe6 100644
--- a/include/ext4_ialloc.h
+++ b/include/ext4_ialloc.h
@@ -46,8 +46,8 @@
extern "C" {
#endif
-#include <ext4_config.h>
-#include <ext4_types.h>
+#include "ext4_config.h"
+#include "ext4_types.h"
/**@brief Calculate and set checksum of inode bitmap.
* @param sb superblock pointer.