summaryrefslogtreecommitdiff
path: root/sql/xa.cc
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2020-04-15 21:23:12 +0400
committerSergey Vojtovich <svoj@mariadb.org>2020-04-15 22:23:03 +0400
commit5679a2b6b342abc9d80bcf784a1a35f240be9d87 (patch)
tree6ee02d179b0abcd26e554468eb0119b2891065fe /sql/xa.cc
parent4bd9f82a8f58a462f44bec67d17e93079c669e28 (diff)
downloadmariadb-git-5679a2b6b342abc9d80bcf784a1a35f240be9d87.tar.gz
Shrink my_atomic.h and my_cpu.h scope
Diffstat (limited to 'sql/xa.cc')
-rw-r--r--sql/xa.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/xa.cc b/sql/xa.cc
index 9ee1cefbaf9..b08ab973cc5 100644
--- a/sql/xa.cc
+++ b/sql/xa.cc
@@ -19,6 +19,7 @@
#include "mariadb.h"
#include "sql_class.h"
#include "transaction.h"
+#include "my_cpu.h"
/***************************************************************************