diff options
author | kent@mysql.com <> | 2005-06-02 02:43:32 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2005-06-02 02:43:32 +0200 |
commit | bd48eed988f80005ea0f857e7b048cfade98f1c1 (patch) | |
tree | 6fbaa8d2f1de660878763d50b8fa3283ae7d2a4f /client/sql_string.cc | |
parent | e877e71b17e2fefbe46cd9290bbde3aa6a4652bd (diff) | |
download | mariadb-git-bd48eed988f80005ea0f857e7b048cfade98f1c1.tar.gz |
tztime.cc:
Set #pragma implementation" earlier
Many files:
Need to include <my_global.h> before #ifdef USE_PRAGMA_IMPLEMENTATION
Diffstat (limited to 'client/sql_string.cc')
-rw-r--r-- | client/sql_string.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/sql_string.cc b/client/sql_string.cc index 690997152f1..8f0e46c5eea 100644 --- a/client/sql_string.cc +++ b/client/sql_string.cc @@ -16,11 +16,12 @@ /* This file is originally from the mysql distribution. Coded by monty */ +#include <my_global.h> + #ifdef USE_PRAGMA_IMPLEMENTATION #pragma implementation // gcc: Class implementation #endif -#include <my_global.h> #include <my_sys.h> #include <m_string.h> #include <m_ctype.h> |