summaryrefslogtreecommitdiff
path: root/storage/innobase/include/ut0byte.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/ut0byte.h')
-rw-r--r--storage/innobase/include/ut0byte.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/ut0byte.h b/storage/innobase/include/ut0byte.h
index 1a428d73d23..7ed64c61c4b 100644
--- a/storage/innobase/include/ut0byte.h
+++ b/storage/innobase/include/ut0byte.h
@@ -112,6 +112,6 @@ ut_bit_set_nth(
ulint n, /*!< in: nth bit requested */
ibool val); /*!< in: value for the bit to set */
-#include "ut0byte.ic"
+#include "ut0byte.inl"
#endif