summaryrefslogtreecommitdiff
path: root/include/ext4_errno.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-06-18 12:05:34 +0100
committerCarl Hetherington <cth@carlh.net>2019-12-02 16:03:18 +0100
commit655800e2996ed679a007a8f422c831781f48ecb7 (patch)
treecb2ea6eed1c132dc515ce7c0c78cbe1853086cfb /include/ext4_errno.h
parent03bc7642d7da68d8962e8ac2ac796ba12ad2531b (diff)
Fix #includes and build a shared library.
Diffstat (limited to 'include/ext4_errno.h')
-rw-r--r--include/ext4_errno.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ext4_errno.h b/include/ext4_errno.h
index 2d92280..edf89a9 100644
--- a/include/ext4_errno.h
+++ b/include/ext4_errno.h
@@ -40,7 +40,7 @@
extern "C" {
#endif
-#include <ext4_config.h>
+#include "ext4_config.h"
#if !CONFIG_HAVE_OWN_ERRNO
#include <errno.h>