summaryrefslogtreecommitdiff
path: root/storage/perfschema
diff options
context:
space:
mode:
authorMats Kindahl <mats@sun.com>2010-04-06 23:00:01 +0200
committerMats Kindahl <mats@sun.com>2010-04-06 23:00:01 +0200
commite92b3c587ced3e4104f2ab2ee38168d2b8c8bfb5 (patch)
tree99fa6a5add5c2cca86b6d41e9e5f779c25f59c20 /storage/perfschema
parent6791cfc76a7f251608177bafb75aee448a3b4ede (diff)
downloadmariadb-git-e92b3c587ced3e4104f2ab2ee38168d2b8c8bfb5.tar.gz
WL#5030: Splitting mysql_priv.h
Adding include to build on Windows.
Diffstat (limited to 'storage/perfschema')
-rw-r--r--storage/perfschema/table_all_instr.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/perfschema/table_all_instr.cc b/storage/perfschema/table_all_instr.cc
index 18c0fcfafc6..ffbe31bbadd 100644
--- a/storage/perfschema/table_all_instr.cc
+++ b/storage/perfschema/table_all_instr.cc
@@ -20,6 +20,7 @@
#include "sql_priv.h"
#include "my_global.h"
+#include "my_pthread.h"
#include "table_all_instr.h"
#include "pfs_global.h"