diff options
author | Alexander Nozdrin <alik@sun.com> | 2009-10-22 23:31:06 +0400 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2009-10-22 23:31:06 +0400 |
commit | f8ec90270ba43cf62d685fd2a4c747a0bb4a669b (patch) | |
tree | 06d0def451a495c5b80c11202a9b85321bc231e5 /sql/sql_list.h | |
parent | d18d2dc8dc06f03bc09bdb696bdf324d60f17241 (diff) | |
download | mariadb-git-f8ec90270ba43cf62d685fd2a4c747a0bb4a669b.tar.gz |
Fix build failure on Linux.
Diffstat (limited to 'sql/sql_list.h')
-rw-r--r-- | sql/sql_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_list.h b/sql/sql_list.h index 64ca12c4ec2..74f4cc0ec0d 100644 --- a/sql/sql_list.h +++ b/sql/sql_list.h @@ -17,6 +17,7 @@ #include "my_global.h" #include "my_sys.h" +#include "m_string.h" /* for TRASH */ #ifdef USE_PRAGMA_INTERFACE |