diff options
author | tnurnberg@sin.intern.azundris.com <> | 2007-08-01 05:07:58 +0200 |
---|---|---|
committer | tnurnberg@sin.intern.azundris.com <> | 2007-08-01 05:07:58 +0200 |
commit | d02dd251984aa82ac0b039e5289eda30258b7ee7 (patch) | |
tree | 60a6e8de89c3e1d4e5fa8b2e6fbdc833b7b3ec9d /include/mysql.h | |
parent | 8e22343c583651a48fe5dbb45711ed960e49b708 (diff) | |
parent | 8dd4751be9acbb7dcfb19a5346f21f6e70ebf53f (diff) | |
download | mariadb-git-d02dd251984aa82ac0b039e5289eda30258b7ee7.tar.gz |
Merge sin.intern.azundris.com:/home/tnurnberg/10776/50-10776
into sin.intern.azundris.com:/home/tnurnberg/10776/51-10776
Diffstat (limited to 'include/mysql.h')
-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 489813bc154..da97531509f 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 |