diff options
author | monty@hundin.mysql.fi <> | 2001-08-18 12:17:56 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-08-18 12:17:56 +0300 |
commit | 0b9c92103f893c7486bf88af258c6f9285a7f7cc (patch) | |
tree | ecd34eef722e133508bbc7015037e4b62981d714 /innobase | |
parent | d24f3b5ed3f5a58a236bec49e73a6befe7215adf (diff) | |
parent | b1cb5b6ff02ef6b7aa869e4191adc645b318cec6 (diff) | |
download | mariadb-git-0b9c92103f893c7486bf88af258c6f9285a7f7cc.tar.gz |
merge
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; |