mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
mysqlbinlog.cc #include <my_pthread.h> before thr_alarm.h
client/mysqlbinlog.cc: #include <my_pthread.h> before thr_alarm.h
This commit is contained in:
parent
97250b9c40
commit
d49afa05ae
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
#include <m_string.h>
|
||||
#include <my_sys.h>
|
||||
#include <getopt.h>
|
||||
#include <my_pthread.h>
|
||||
#include <thr_alarm.h>
|
||||
#include <mysql.h>
|
||||
#include "log_event.h"
|
||||
|
|
Loading…
Reference in a new issue