summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authortim@white.box <>2001-08-14 12:32:34 -0400
committertim@white.box <>2001-08-14 12:32:34 -0400
commit69ad7aef146848323040ef2e48994d9dfd4d4893 (patch)
tree5a0e3c46f454e5687b28b679040ca6c5556727f5 /client
parentcf19429793d1492af9c806132082e4f66b484fc1 (diff)
downloadmariadb-git-69ad7aef146848323040ef2e48994d9dfd4d4893.tar.gz
mysqlbinlog.cc #include <my_pthread.h> before thr_alarm.h
Diffstat (limited to 'client')
-rw-r--r--client/mysqlbinlog.cc1
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"