diff options
author | unknown <monty@hundin.mysql.fi> | 2001-08-18 12:17:56 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-08-18 12:17:56 +0300 |
commit | f314fbd7c0668cba4e4354d7efcb427d78e8ae8c (patch) | |
tree | ecd34eef722e133508bbc7015037e4b62981d714 /innobase | |
parent | 8cdc6d546952a80b754f1c58c6fee24e82cfc726 (diff) | |
parent | 09a9abeb3ad35f63a047f2c97fda6edeab668e90 (diff) | |
download | mariadb-git-f314fbd7c0668cba4e4354d7efcb427d78e8ae8c.tar.gz |
merge
Docs/manual.texi:
unedit old version; Will reapply later
Diffstat (limited to 'innobase')
-rw-r--r-- | innobase/include/ut0ut.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/innobase/include/ut0ut.h b/innobase/include/ut0ut.h index e1813e763bd..4366b832ff6 100644 --- a/innobase/include/ut0ut.h +++ b/innobase/include/ut0ut.h @@ -11,7 +11,9 @@ Created 1/20/1994 Heikki Tuuri #include "univ.i" #include <time.h> +#ifndef MYSQL_SERVER #include <ctype.h> +#endif typedef time_t ib_time_t; |