Fix #includes and build a shared library.
[lwext4.git] / include / ext4_mkfs.h
index aadedb0d029310492fb55ba66776161c0ec314c4..16a05f8716f8e123e3373df7e3b6096ec47948d7 100644 (file)
 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>