From a78fe75f92ccfe94bcc50bac7c6124345a566393 Mon Sep 17 00:00:00 2001 From: Mats Kindahl Date: Tue, 6 Apr 2010 16:08:51 +0200 Subject: [PATCH] WL#5030: Splitting mysql_priv.h Adding includes of my_global.h that seems to be necessary on Windows. --- storage/perfschema/pfs.h | 1 + storage/perfschema/pfs_instr_class.h | 1 + 2 files changed, 2 insertions(+) diff --git a/storage/perfschema/pfs.h b/storage/perfschema/pfs.h index 13d43cfce76..f529d09a05c 100644 --- a/storage/perfschema/pfs.h +++ b/storage/perfschema/pfs.h @@ -24,6 +24,7 @@ #define HAVE_PSI_1 #include +#include #include #include diff --git a/storage/perfschema/pfs_instr_class.h b/storage/perfschema/pfs_instr_class.h index 4de9958033b..fa82bceb0c1 100644 --- a/storage/perfschema/pfs_instr_class.h +++ b/storage/perfschema/pfs_instr_class.h @@ -39,6 +39,7 @@ #define PFS_MAX_FULL_PREFIX_NAME_LENGTH 32 #include +#include #include #include "pfs_lock.h" #include "pfs_stat.h"