diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-18 12:05:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-02 16:03:18 +0100 |
| commit | 655800e2996ed679a007a8f422c831781f48ecb7 (patch) | |
| tree | cb2ea6eed1c132dc515ce7c0c78cbe1853086cfb /include/ext4_ialloc.h | |
| parent | 03bc7642d7da68d8962e8ac2ac796ba12ad2531b (diff) | |
Fix #includes and build a shared library.
Diffstat (limited to 'include/ext4_ialloc.h')
| -rw-r--r-- | include/ext4_ialloc.h | 4 |
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. |
