diff options
author | unknown <konstantin@mysql.com> | 2005-06-05 23:00:45 +0400 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2005-06-05 23:00:45 +0400 |
commit | 5888d0396ebeb958d4168df2481345242baa674e (patch) | |
tree | c3abf0e60d7fd49ad607992ca620a6ba12aad112 /sql/ha_federated.h | |
parent | 9a3bb0c74d0aec5212234c68eedd4da2b0d3ddf5 (diff) | |
download | mariadb-git-5888d0396ebeb958d4168df2481345242baa674e.tar.gz |
Fix broken linking when building with ha_federated
Diffstat (limited to 'sql/ha_federated.h')
-rw-r--r-- | sql/ha_federated.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_federated.h b/sql/ha_federated.h index 22fc03e9eec..f084976718c 100644 --- a/sql/ha_federated.h +++ b/sql/ha_federated.h @@ -21,7 +21,7 @@ that you can implement. */ -#ifdef __GNUC__ +#ifdef USE_PRAGMA_INTERFACE #pragma interface /* gcc class implementation */ #endif |