summaryrefslogtreecommitdiff
path: root/storage/perfschema/unittest/pfs_instr-oom-t.cc
diff options
context:
space:
mode:
authorVladislav Vaintroub <vvaintroub@mysql.com>2010-04-13 13:48:46 +0200
committerVladislav Vaintroub <vvaintroub@mysql.com>2010-04-13 13:48:46 +0200
commitcd35dd73a1487166733fcc3a364c4e86939b46ea (patch)
tree1f8899560c7598bf89ed33be366af0d4ceb2b0fb /storage/perfschema/unittest/pfs_instr-oom-t.cc
parent6a5b47a40015acfaf348e89d80d7b114dd53b120 (diff)
downloadmariadb-git-cd35dd73a1487166733fcc3a364c4e86939b46ea.tar.gz
Fix perfschema unittests build on Windows
pthread_t is not defined unless my_pthread.h is included.
Diffstat (limited to 'storage/perfschema/unittest/pfs_instr-oom-t.cc')
-rw-r--r--storage/perfschema/unittest/pfs_instr-oom-t.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/perfschema/unittest/pfs_instr-oom-t.cc b/storage/perfschema/unittest/pfs_instr-oom-t.cc
index 4ea2e038b24..7b3df877133 100644
--- a/storage/perfschema/unittest/pfs_instr-oom-t.cc
+++ b/storage/perfschema/unittest/pfs_instr-oom-t.cc
@@ -13,6 +13,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+#include <my_pthread.h>
#include <sql_priv.h>
#include <my_global.h>
#include <pfs_instr.h>