summaryrefslogtreecommitdiff
path: root/storage/xtradb/mem/mem0dbg.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/mem/mem0dbg.c')
-rw-r--r--storage/xtradb/mem/mem0dbg.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/storage/xtradb/mem/mem0dbg.c b/storage/xtradb/mem/mem0dbg.c
index ae43d6097a6..0909b7c9a64 100644
--- a/storage/xtradb/mem/mem0dbg.c
+++ b/storage/xtradb/mem/mem0dbg.c
@@ -24,7 +24,9 @@ but is included in mem0mem.* !
Created 6/9/1994 Heikki Tuuri
*************************************************************************/
-#include "ha_prototypes.h"
+#ifndef UNIV_HOTBACKUP
+# include "ha_prototypes.h"
+#endif /* !UNIV_HOTBACKUP */
#ifdef UNIV_MEM_DEBUG
# ifndef UNIV_HOTBACKUP