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_bitmap.h | |
| parent | 03bc7642d7da68d8962e8ac2ac796ba12ad2531b (diff) | |
Fix #includes and build a shared library.
Diffstat (limited to 'include/ext4_bitmap.h')
| -rw-r--r-- | include/ext4_bitmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ext4_bitmap.h b/include/ext4_bitmap.h index 6bcb100..cb73b76 100644 --- a/include/ext4_bitmap.h +++ b/include/ext4_bitmap.h @@ -41,7 +41,7 @@ extern "C" { #endif -#include <ext4_config.h> +#include "ext4_config.h" #include <stdint.h> #include <stdbool.h> |
