Commit 69ad7aef authored by tim@white.box's avatar tim@white.box
Browse files

mysqlbinlog.cc #include <my_pthread.h> before thr_alarm.h

parent cf194297
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"