diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-18 12:05:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-18 12:05:34 +0100 |
| commit | e1bdae15781d64ee42205903c12ea65ab750290b (patch) | |
| tree | cb2ea6eed1c132dc515ce7c0c78cbe1853086cfb /include/ext4_mkfs.h | |
| parent | 4eee448d748594c711b80d46877e4fb413246eeb (diff) | |
Fix #includes and build a shared library.
Diffstat (limited to 'include/ext4_mkfs.h')
| -rw-r--r-- | include/ext4_mkfs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/ext4_mkfs.h b/include/ext4_mkfs.h index aadedb0..16a05f8 100644 --- a/include/ext4_mkfs.h +++ b/include/ext4_mkfs.h @@ -41,11 +41,11 @@ extern "C" { #endif -#include <ext4_config.h> -#include <ext4_types.h> +#include "ext4_config.h" +#include "ext4_types.h" -#include <ext4_blockdev.h> -#include <ext4_fs.h> +#include "ext4_blockdev.h" +#include "ext4_fs.h" #include <stdbool.h> #include <stdint.h> |
