From a99c93a7fafd3f47212ec385afa8011bcec052bc Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Mon, 2 Mar 2020 14:28:01 +0100 Subject: [PATCH] Fix build on aarch64, after MDEV-21534 MY_RELAX_CPU on this arch needs int32, defined in my_global.h --- include/my_cpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/my_cpu.h b/include/my_cpu.h index b7d7008a8e3..fba04ccea66 100644 --- a/include/my_cpu.h +++ b/include/my_cpu.h @@ -54,6 +54,7 @@ #elif defined HAVE_PAUSE_INSTRUCTION #elif defined(_ARCH_PWR8) #else +# include "my_global.h" # include "my_atomic.h" #endif