summaryrefslogtreecommitdiff
path: root/sql/sql_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_cache.h')
-rw-r--r--sql/sql_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_cache.h b/sql/sql_cache.h
index 4fbd372d643..792ae6ba960 100644
--- a/sql/sql_cache.h
+++ b/sql/sql_cache.h
@@ -20,7 +20,7 @@
#include "my_base.h" /* ha_rows */
class MY_LOCALE;
-class TABLE_LIST;
+struct TABLE_LIST;
class Time_zone;
struct LEX;
struct TABLE;