summaryrefslogtreecommitdiff
path: root/storage/perfschema
diff options
context:
space:
mode:
authorTor Didriksen <tor.didriksen@oracle.com>2010-12-21 13:00:26 +0100
committerTor Didriksen <tor.didriksen@oracle.com>2010-12-21 13:00:26 +0100
commitf482437cdc22b01bd5f38e8eb6cdac9317baee28 (patch)
treec89697cfd2105436f135c4a0d9477da852d82981 /storage/perfschema
parent1e5b763660f51e4ad35749539cd579b92de3c43e (diff)
downloadmariadb-git-f482437cdc22b01bd5f38e8eb6cdac9317baee28.tar.gz
Bug #58699 cannot build with gcc dbg on solaris
Diffstat (limited to 'storage/perfschema')
-rw-r--r--storage/perfschema/pfs_instr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/perfschema/pfs_instr.cc b/storage/perfschema/pfs_instr.cc
index 904efc2aff4..a09920737c8 100644
--- a/storage/perfschema/pfs_instr.cc
+++ b/storage/perfschema/pfs_instr.cc
@@ -18,9 +18,9 @@
Performance schema instruments (implementation).
*/
+#include <my_global.h>
#include <string.h>
-#include "my_global.h"
#include "my_sys.h"
#include "pfs.h"
#include "pfs_stat.h"