diff options
author | konstantin@mysql.com <> | 2004-08-05 14:16:43 -0700 |
---|---|---|
committer | konstantin@mysql.com <> | 2004-08-05 14:16:43 -0700 |
commit | 403b91798a7865717d9b6b296e39a2c6c7238213 (patch) | |
tree | 9397442b1136ff001e87120f0c52fde79df7dbc5 /sql/tztime.cc | |
parent | 7c6a4ce7bc7eb9e9b57bcd1907f3403dfa68966d (diff) | |
download | mariadb-git-403b91798a7865717d9b6b296e39a2c6c7238213.tar.gz |
Cleanup in mysql_time.h/my_time.h headers. The first is used in mysql.h,
the second is for the rest of time declarations in mysys.
Diffstat (limited to 'sql/tztime.cc')
-rw-r--r-- | sql/tztime.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/tztime.cc b/sql/tztime.cc index aab0d36b61e..2ed55f2fa4e 100644 --- a/sql/tztime.cc +++ b/sql/tztime.cc @@ -32,6 +32,7 @@ #include "mysql_priv.h" #else #include <my_global.h> +#include <my_time.h> #include "tztime.h" #include <my_sys.h> #endif |