From e92b3c587ced3e4104f2ab2ee38168d2b8c8bfb5 Mon Sep 17 00:00:00 2001 From: Mats Kindahl Date: Tue, 6 Apr 2010 23:00:01 +0200 Subject: [PATCH] WL#5030: Splitting mysql_priv.h Adding include to build on Windows. --- storage/perfschema/table_all_instr.cc | 1 + 1 file changed, 1 insertion(+) 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"