Skip to content

Commit a99c93a

Browse files
committed
Fix build on aarch64, after MDEV-21534
MY_RELAX_CPU on this arch needs int32, defined in my_global.h
1 parent 8511f04 commit a99c93a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/my_cpu.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
#elif defined HAVE_PAUSE_INSTRUCTION
5555
#elif defined(_ARCH_PWR8)
5656
#else
57+
# include "my_global.h"
5758
# include "my_atomic.h"
5859
#endif
5960

0 commit comments

Comments
 (0)