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:
unknown 2001-08-14 12:32:34 -04:00
parent 97250b9c40
commit d49afa05ae

View file

@ -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"