diff options
author | unknown <tim@white.box> | 2001-08-14 12:32:34 -0400 |
---|---|---|
committer | unknown <tim@white.box> | 2001-08-14 12:32:34 -0400 |
commit | d49afa05aeadac70391d2f99c0092a0900aa3bb5 (patch) | |
tree | 5a0e3c46f454e5687b28b679040ca6c5556727f5 /client | |
parent | 97250b9c40a378659c6c4423461021231a3b551d (diff) | |
download | mariadb-git-d49afa05aeadac70391d2f99c0092a0900aa3bb5.tar.gz |
mysqlbinlog.cc #include <my_pthread.h> before thr_alarm.h
client/mysqlbinlog.cc:
#include <my_pthread.h> before thr_alarm.h
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqlbinlog.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc index f55a5a3f7c4..db28184f3e7 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -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" |