1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

fixed compile error

This commit is contained in:
sasha@mysql.sashanet.com
2000-10-01 22:52:36 -06:00
parent 738358e139
commit cb4749d684

View File

@ -21,6 +21,7 @@
#include "sql_repl.h"
#include "sql_acl.h"
#include "log_event.h"
#include <my_dir.h>
extern const char* any_db;
extern pthread_handler_decl(handle_slave,arg);