diff options
author | unknown <monty@hundin.mysql.fi> | 2001-09-21 03:43:19 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-09-21 03:43:19 +0300 |
commit | 3ebf3e425ab0934bc5cdd22ebe67e69e1c489507 (patch) | |
tree | b8c5d2b5fe64b66093a5e12fbe6363550a349efd /sql/mysql_priv.h | |
parent | 0ef8576a179f3451209b2f60ee3c7e746a181d0a (diff) | |
parent | c1a80bc0615f15535bb297e0f065091b2945af21 (diff) | |
download | mariadb-git-3ebf3e425ab0934bc5cdd22ebe67e69e1c489507.tar.gz |
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r-- | sql/mysql_priv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index 7151f43904f..34fae62ad56 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -18,9 +18,10 @@ #define _MYSQL_PRIV_H #include <my_global.h> +#include "mysql_embed.h" #include <my_sys.h> #include <m_string.h> -#include "mysql_version.h" +#include <mysql_version.h> #include <hash.h> #include <signal.h> #include <thr_lock.h> |