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>2019-12-02 16:03:18 +0100
commit655800e2996ed679a007a8f422c831781f48ecb7 (patch)
treecb2ea6eed1c132dc515ce7c0c78cbe1853086cfb /include/ext4_ialloc.h
parent03bc7642d7da68d8962e8ac2ac796ba12ad2531b (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.