Fix build on aarch64, after MDEV-21534

MY_RELAX_CPU on this arch needs int32, defined in my_global.h
This commit is contained in:
Vladislav Vaintroub 2020-03-02 14:28:01 +01:00
parent 8511f04fdb
commit a99c93a7fa

View file

@ -54,6 +54,7 @@
#elif defined HAVE_PAUSE_INSTRUCTION
#elif defined(_ARCH_PWR8)
#else
# include "my_global.h"
# include "my_atomic.h"
#endif