summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_file_instances.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_file_instances.cc')
-rw-r--r--storage/perfschema/table_file_instances.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/perfschema/table_file_instances.cc b/storage/perfschema/table_file_instances.cc
index b6bc7ecbcf3..3de5cbe4b47 100644
--- a/storage/perfschema/table_file_instances.cc
+++ b/storage/perfschema/table_file_instances.cc
@@ -18,7 +18,8 @@
Table FILE_INSTANCES (implementation).
*/
-#include "mysql_priv.h"
+#include "sql_priv.h"
+#include "unireg.h"
#include "pfs_instr.h"
#include "pfs_column_types.h"
#include "pfs_column_values.h"