diff options
author | monty@donna.mysql.com <> | 2000-10-05 01:00:36 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-10-05 01:00:36 +0300 |
commit | a7c5cc01b3d2afb5c2465e39e401cd7f337bf3dc (patch) | |
tree | f453103c3ed0bd73e54de2afb70d718fdc4c01ad /sql/sql_repl.cc | |
parent | 527113d370cfd590dfd7e64d52a8470a1cf918ca (diff) | |
download | mariadb-git-a7c5cc01b3d2afb5c2465e39e401cd7f337bf3dc.tar.gz |
Small fixes
Diffstat (limited to 'sql/sql_repl.cc')
-rw-r--r-- | sql/sql_repl.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_repl.cc b/sql/sql_repl.cc index 011638afc93..ad3b03ca238 100644 --- a/sql/sql_repl.cc +++ b/sql/sql_repl.cc @@ -21,6 +21,7 @@ #include "sql_repl.h" #include "sql_acl.h" #include "log_event.h" +#include <thr_alarm.h> #include <my_dir.h> extern const char* any_db; |