summaryrefslogtreecommitdiff
path: root/sql/sql_update.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_update.h')
-rw-r--r--sql/sql_update.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_update.h b/sql/sql_update.h
index e5a0ca5c627..6bf022a171c 100644
--- a/sql/sql_update.h
+++ b/sql/sql_update.h
@@ -19,7 +19,7 @@
#include "sql_class.h" /* enum_duplicates */
class Item;
-class TABLE_LIST;
+struct TABLE_LIST;
class THD;
typedef class st_select_lex SELECT_LEX;