diff options
author | unknown <monty@mysql.com> | 2005-05-14 17:08:43 +0300 |
---|---|---|
committer | unknown <monty@mysql.com> | 2005-05-14 17:08:43 +0300 |
commit | faa12bf0c7fc73bfe54c655553869bff2a52e3af (patch) | |
tree | e0b1ab7810c321dd831a3bb2fe1866878a73d167 /sql/unireg.cc | |
parent | cdd6bc9bfeb1a82e7c7cfd8880f8e014ca5d9ff8 (diff) | |
download | mariadb-git-faa12bf0c7fc73bfe54c655553869bff2a52e3af.tar.gz |
Fixed compiler failure
Diffstat (limited to 'sql/unireg.cc')
-rw-r--r-- | sql/unireg.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/unireg.cc b/sql/unireg.cc index f81370539c6..748e45f8b0a 100644 --- a/sql/unireg.cc +++ b/sql/unireg.cc @@ -27,6 +27,7 @@ #define USES_TYPES #include "mysql_priv.h" #include <m_ctype.h> +#include <assert.h> #define FCOMP 11 /* Byte per packat f{lt */ |