summaryrefslogtreecommitdiff
path: root/unittest
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 /unittest
parent4bd9f82a8f58a462f44bec67d17e93079c669e28 (diff)
downloadmariadb-git-5679a2b6b342abc9d80bcf784a1a35f240be9d87.tar.gz
Shrink my_atomic.h and my_cpu.h scope
Diffstat (limited to 'unittest')
-rw-r--r--unittest/mysys/my_atomic-t.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/unittest/mysys/my_atomic-t.c b/unittest/mysys/my_atomic-t.c
index 52bced7ce3b..1995a8e8950 100644
--- a/unittest/mysys/my_atomic-t.c
+++ b/unittest/mysys/my_atomic-t.c
@@ -14,6 +14,7 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA */
#include "thr_template.c"
+#include "my_atomic.h"
volatile uint32 b32;
volatile int32 c32;