summaryrefslogtreecommitdiff
path: root/sql/init.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/init.cc')
-rw-r--r--sql/init.cc7
1 files changed, 6 insertions, 1 deletions
diff --git a/sql/init.cc b/sql/init.cc
index cada907b013..c72787300b7 100644
--- a/sql/init.cc
+++ b/sql/init.cc
@@ -21,7 +21,12 @@
Init and dummy functions for interface with unireg
*/
-#include "mysql_priv.h"
+#include "sql_priv.h"
+#include "init.h"
+#include "my_sys.h"
+#include "mysqld.h" // abort_loop, ...
+#include "my_time.h" // my_init_time
+#include "unireg.h" // SPECIAL_SAME_DB_NAME
#include <m_ctype.h>
void unireg_init(ulong options)