diff options
author | unknown <bar@bar.mysql.r18.ru> | 2003-01-31 11:41:39 +0400 |
---|---|---|
committer | unknown <bar@bar.mysql.r18.ru> | 2003-01-31 11:41:39 +0400 |
commit | 99637f498773e3579af900e82564e023fe92eef4 (patch) | |
tree | 41b15bfbe6e9c7dbdb5b0b2d35a4c09541659229 /client | |
parent | fd9011ea04d588315b8b63022323fda29e71997b (diff) | |
download | mariadb-git-99637f498773e3579af900e82564e023fe92eef4.tar.gz |
Gluh asked me to do it
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 fff7224afd6..83c93ee3fca 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -18,6 +18,7 @@ #undef MYSQL_SERVER #include "client_priv.h" #include <time.h> +#include <assert.h> #include "log_event.h" #define BIN_LOG_HEADER_SIZE 4 |