diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2020-04-15 21:23:12 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2020-04-15 22:23:03 +0400 |
commit | 5679a2b6b342abc9d80bcf784a1a35f240be9d87 (patch) | |
tree | 6ee02d179b0abcd26e554468eb0119b2891065fe /mysys/waiting_threads.c | |
parent | 4bd9f82a8f58a462f44bec67d17e93079c669e28 (diff) | |
download | mariadb-git-5679a2b6b342abc9d80bcf784a1a35f240be9d87.tar.gz |
Shrink my_atomic.h and my_cpu.h scope
Diffstat (limited to 'mysys/waiting_threads.c')
-rw-r--r-- | mysys/waiting_threads.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysys/waiting_threads.c b/mysys/waiting_threads.c index 4564059b31a..1441c25cc59 100644 --- a/mysys/waiting_threads.c +++ b/mysys/waiting_threads.c @@ -175,6 +175,7 @@ #include <my_global.h> #include <waiting_threads.h> #include <m_string.h> +#include "my_cpu.h" /* status variables */ |