summaryrefslogtreecommitdiff
path: root/storage/innobase/include/row0ext.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/row0ext.h')
-rw-r--r--storage/innobase/include/row0ext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/row0ext.h b/storage/innobase/include/row0ext.h
index 11a6bfa4667..b3665e665dc 100644
--- a/storage/innobase/include/row0ext.h
+++ b/storage/innobase/include/row0ext.h
@@ -97,6 +97,6 @@ struct row_ext_t{
ulint len[1]; /*!< prefix lengths; 0 if not cached */
};
-#include "row0ext.ic"
+#include "row0ext.inl"
#endif