diff options
author | Michael Widenius <monty@mariadb.org> | 2017-06-18 08:43:55 +0300 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-08-24 01:05:48 +0200 |
commit | 1ed605e49090a216e01fcddc3078c890a0c1c14b (patch) | |
tree | 79e491f5e4575cf7f38333121328e6212d5bc0b7 /sql/sql_crypt.h | |
parent | 828602356cb080046c72b5b48e78efde7d0e958a (diff) | |
download | mariadb-git-1ed605e49090a216e01fcddc3078c890a0c1c14b.tar.gz |
Added sql_alloc.h
- Moved declaration of Sql_alloc from Sql_list.h as they are independent
structures.
Diffstat (limited to 'sql/sql_crypt.h')
-rw-r--r-- | sql/sql_crypt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_crypt.h b/sql/sql_crypt.h index 3df554e9d31..e61776713b6 100644 --- a/sql/sql_crypt.h +++ b/sql/sql_crypt.h @@ -21,7 +21,7 @@ #pragma interface /* gcc class implementation */ #endif -#include "sql_list.h" /* Sql_alloc */ +#include "sql_alloc.h" /* Sql_alloc */ #include "my_rnd.h" /* rand_struct */ class SQL_CRYPT :public Sql_alloc |