summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <tnurnberg@sin.intern.azundris.com>2007-08-01 09:35:16 +0200
committerunknown <tnurnberg@sin.intern.azundris.com>2007-08-01 09:35:16 +0200
commitb9b4d0cb3cdd133a72963827dc8cf7d23dc647df (patch)
treefdcbbff35f1e9ea65544465105159c4dc1fdc310 /include
parent66e1555aa2ffb07c0400c9b3337254ea8c2de75e (diff)
parent36bb8de987bef0577fcb63dbfd5b66a8d6b522fe (diff)
downloadmariadb-git-b9b4d0cb3cdd133a72963827dc8cf7d23dc647df.tar.gz
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1-maint
into sin.intern.azundris.com:/home/tnurnberg/10776/51-10776 configure.in: Auto merged
Diffstat (limited to 'include')
-rw-r--r--include/mysql.h4
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