diff options
author | tnurnberg@sin.intern.azundris.com <> | 2007-08-01 09:32:33 +0200 |
---|---|---|
committer | tnurnberg@sin.intern.azundris.com <> | 2007-08-01 09:32:33 +0200 |
commit | 661c97a15405089895c8fb0854cab0dfee07c685 (patch) | |
tree | 6bc6173e3513df64825eb8676f9156a8a1ba604c /include | |
parent | 3e7caa131c3e2c172c638b5000cc2185604554b6 (diff) | |
parent | 8dd4751be9acbb7dcfb19a5346f21f6e70ebf53f (diff) | |
download | mariadb-git-661c97a15405089895c8fb0854cab0dfee07c685.tar.gz |
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-maint
into sin.intern.azundris.com:/home/tnurnberg/10776/50-10776
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 |