summaryrefslogtreecommitdiff
path: root/include/ext4_crc32.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-06-18 12:05:34 +0100
committerCarl Hetherington <cth@carlh.net>2019-06-18 12:05:34 +0100
commite1bdae15781d64ee42205903c12ea65ab750290b (patch)
treecb2ea6eed1c132dc515ce7c0c78cbe1853086cfb /include/ext4_crc32.h
parent4eee448d748594c711b80d46877e4fb413246eeb (diff)
Fix #includes and build a shared library.
Diffstat (limited to 'include/ext4_crc32.h')
-rw-r--r--include/ext4_crc32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ext4_crc32.h b/include/ext4_crc32.h
index a9580c2..3dad1d1 100644
--- a/include/ext4_crc32.h
+++ b/include/ext4_crc32.h
@@ -43,7 +43,7 @@
extern "C" {
#endif
-#include <ext4_config.h>
+#include "ext4_config.h"
#include <stdint.h>