diff options
author | Tor Didriksen <tor.didriksen@oracle.com> | 2010-12-21 13:00:26 +0100 |
---|---|---|
committer | Tor Didriksen <tor.didriksen@oracle.com> | 2010-12-21 13:00:26 +0100 |
commit | f482437cdc22b01bd5f38e8eb6cdac9317baee28 (patch) | |
tree | c89697cfd2105436f135c4a0d9477da852d82981 /sql/sql_audit.h | |
parent | 1e5b763660f51e4ad35749539cd579b92de3c43e (diff) | |
download | mariadb-git-f482437cdc22b01bd5f38e8eb6cdac9317baee28.tar.gz |
Bug #58699 cannot build with gcc dbg on solaris
Diffstat (limited to 'sql/sql_audit.h')
-rw-r--r-- | sql/sql_audit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_audit.h b/sql/sql_audit.h index d676c3974bc..da44c4a023b 100644 --- a/sql/sql_audit.h +++ b/sql/sql_audit.h @@ -17,6 +17,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include <my_global.h> + #include <mysql/plugin_audit.h> #include "sql_class.h" |