diff options
author | monty@butch. <> | 2002-11-07 12:49:01 +0200 |
---|---|---|
committer | monty@butch. <> | 2002-11-07 12:49:01 +0200 |
commit | 890b39bb68eb90f1dc6ec13c8b8e1b06f3def116 (patch) | |
tree | 735a853cc51cb8bebe0ea3e7c79b1a381088f96d /innobase/include | |
parent | db6cbba239f9f17abaf1ab6c6055c45355f83fde (diff) | |
parent | a2bdf9265f3a0874f8d58bec690da4af07bca4cb (diff) | |
download | mariadb-git-890b39bb68eb90f1dc6ec13c8b8e1b06f3def116.tar.gz |
merge
Diffstat (limited to 'innobase/include')
-rw-r--r-- | innobase/include/ut0ut.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/innobase/include/ut0ut.h b/innobase/include/ut0ut.h index 8ec23b23dcd..d4697c47266 100644 --- a/innobase/include/ut0ut.h +++ b/innobase/include/ut0ut.h @@ -10,6 +10,7 @@ Created 1/20/1994 Heikki Tuuri #define ut0ut_h #include "univ.i" +#include <string.h> #include <time.h> #ifndef MYSQL_SERVER #include <ctype.h> |