diff options
Diffstat (limited to 'storage/innobase/include/page0zip.h')
-rw-r--r-- | storage/innobase/include/page0zip.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/storage/innobase/include/page0zip.h b/storage/innobase/include/page0zip.h index f4da2b55385..e1062c00a6f 100644 --- a/storage/innobase/include/page0zip.h +++ b/storage/innobase/include/page0zip.h @@ -564,9 +564,7 @@ page_zip_reset_stat_per_index(); # define UNIV_INLINE UNIV_INLINE_ORIGINAL #endif -#ifndef UNIV_NONINL -# include "page0zip.ic" -#endif +#include "page0zip.ic" #endif /* !UNIV_INNOCHECKSUM */ #endif /* page0zip_h */ |