summaryrefslogtreecommitdiff
path: root/storage/innobase/include/data0type.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/data0type.h')
-rw-r--r--storage/innobase/include/data0type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/data0type.h b/storage/innobase/include/data0type.h
index 740a1b83aca..4f7228b0280 100644
--- a/storage/innobase/include/data0type.h
+++ b/storage/innobase/include/data0type.h
@@ -559,6 +559,6 @@ struct dtype_t{
/** The DB_TRX_ID,DB_ROLL_PTR values for "no history is available" */
extern const byte reset_trx_id[DATA_TRX_ID_LEN + DATA_ROLL_PTR_LEN];
-#include "data0type.ic"
+#include "data0type.inl"
#endif