summaryrefslogtreecommitdiff
path: root/storage/heap/heapdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/heap/heapdef.h')
-rw-r--r--storage/heap/heapdef.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/heap/heapdef.h b/storage/heap/heapdef.h
index 8706819c182..8d9d1f81c53 100644
--- a/storage/heap/heapdef.h
+++ b/storage/heap/heapdef.h
@@ -15,7 +15,8 @@
/* This file is included in all heap-files */
-#include <my_base.h> /* This includes global */
+#include <my_global.h>
+#include <my_base.h>
C_MODE_START
#include <my_pthread.h>
#include "heap.h" /* Structs & some defines */