diff options
author | konstantin@mysql.com <> | 2005-06-05 23:00:45 +0400 |
---|---|---|
committer | konstantin@mysql.com <> | 2005-06-05 23:00:45 +0400 |
commit | c2f7e4d610ff152e81f552424409a1307acc76ad (patch) | |
tree | c3abf0e60d7fd49ad607992ca620a6ba12aad112 /sql/ha_federated.h | |
parent | b7696f414caf7499a86fb68f3ec2ca523ee515eb (diff) | |
download | mariadb-git-c2f7e4d610ff152e81f552424409a1307acc76ad.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 |