diff options
author | unknown <tsmith@ramayana.hindu.god> | 2007-08-01 18:30:55 -0600 |
---|---|---|
committer | unknown <tsmith@ramayana.hindu.god> | 2007-08-01 18:30:55 -0600 |
commit | 159da8b824f1aa95982086bf7045a5bbacd12d7e (patch) | |
tree | aca1c1c69302fdd9c01d3b37c6df40b1c6485174 /include | |
parent | 46d5ebb120f17e9e2ad1490d1e572a3b0cd145bf (diff) | |
parent | 9436e186edaf383f9e9d78680478caa91aba89cd (diff) | |
download | mariadb-git-159da8b824f1aa95982086bf7045a5bbacd12d7e.tar.gz |
Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-build
into ramayana.hindu.god:/home/tsmith/m/bk/maint/50
configure.in:
Auto merged
Diffstat (limited to 'include')
-rw-r--r-- | include/mysql.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mysql.h b/include/mysql.h index a153d0b51db..b3e0dc45496 100644 --- a/include/mysql.h +++ b/include/mysql.h @@ -27,6 +27,10 @@ #ifndef _mysql_h #define _mysql_h +#ifdef _AIX /* large-file support will break without this */ +#include <standards.h> +#endif + #ifdef __CYGWIN__ /* CYGWIN implements a UNIX API */ #undef WIN #undef _WIN |