Commit d49afa05 authored by unknown's avatar unknown

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


client/mysqlbinlog.cc:
  #include <my_pthread.h> before thr_alarm.h
parent 97250b9c
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include <m_string.h> #include <m_string.h>
#include <my_sys.h> #include <my_sys.h>
#include <getopt.h> #include <getopt.h>
#include <my_pthread.h>
#include <thr_alarm.h> #include <thr_alarm.h>
#include <mysql.h> #include <mysql.h>
#include "log_event.h" #include "log_event.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment