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 251f3125667..78886332aa6 100644
--- a/storage/innobase/include/row0ext.h
+++ b/storage/innobase/include/row0ext.h
@@ -96,6 +96,6 @@ struct row_ext_t{
ulint len[1]; /*!< prefix lengths; 0 if not cached */
};
-#include "row0ext.ic"
+#include "row0ext.inl"
#endif