diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-18 12:05:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-03-08 09:17:37 +0100 |
| commit | 89c456b2333245b8dc4a80deb0f1aabf4f021184 (patch) | |
| tree | f707cb684006f1cad0d1691afd88a8a00d386473 /include/ext4.h | |
| parent | 4eee448d748594c711b80d46877e4fb413246eeb (diff) | |
Fix #includes and build a shared library.
Diffstat (limited to 'include/ext4.h')
| -rw-r--r-- | include/ext4.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/ext4.h b/include/ext4.h index 516bbdd..e8db7aa 100644 --- a/include/ext4.h +++ b/include/ext4.h @@ -45,13 +45,13 @@ extern "C" { #include <stdint.h> #include <stddef.h> -#include <ext4_config.h> -#include <ext4_types.h> -#include <ext4_errno.h> -#include <ext4_oflags.h> -#include <ext4_debug.h> +#include "ext4_config.h" +#include "ext4_types.h" +#include "ext4_errno.h" +#include "ext4_oflags.h" +#include "ext4_debug.h" -#include <ext4_blockdev.h> +#include "ext4_blockdev.h" /********************************OS LOCK INFERFACE***************************/ |
