diff options
Diffstat (limited to 'storage/heap')
-rw-r--r-- | storage/heap/hp_static.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/heap/hp_static.c b/storage/heap/hp_static.c index c50465cd402..c1c94a19f96 100644 --- a/storage/heap/hp_static.c +++ b/storage/heap/hp_static.c @@ -18,7 +18,7 @@ a shared library */ -#ifndef _global_h +#ifndef MY_GLOBAL_INCLUDED #include "heapdef.h" #endif |