From f8ec90270ba43cf62d685fd2a4c747a0bb4a669b Mon Sep 17 00:00:00 2001 From: Alexander Nozdrin Date: Thu, 22 Oct 2009 23:31:06 +0400 Subject: [PATCH] Fix build failure on Linux. --- sql/sql_list.h | 1 + 1 file changed, 1 insertion(+) 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