diff options
Diffstat (limited to 'sql/sql_error.cc')
-rw-r--r-- | sql/sql_error.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_error.cc b/sql/sql_error.cc index eeefdb99eed..cc6529f7b10 100644 --- a/sql/sql_error.cc +++ b/sql/sql_error.cc @@ -42,7 +42,8 @@ This file contains the implementation of error and warnings related ***********************************************************************/ -#include "mysql_priv.h" +#include "sql_priv.h" +#include "unireg.h" #include "sql_error.h" #include "sp_rcontext.h" |