diff options
author | Georgi Kodinov <kgeorge@mysql.com> | 2008-10-23 17:09:19 +0300 |
---|---|---|
committer | Georgi Kodinov <kgeorge@mysql.com> | 2008-10-23 17:09:19 +0300 |
commit | 8e6277fb1c3c6ac156305c987e0f2c17a54c16e7 (patch) | |
tree | 50a9c769aa15451b733ce2f59a2f8bb3c51fdfdd /zlib/gzio.c | |
parent | 6d47da9916ecd88aa7e591f1703dfaabd33d3cf5 (diff) | |
parent | 0b6eee262f88ac06bd36ce9abe491cf21e9f42ee (diff) | |
download | mariadb-git-8e6277fb1c3c6ac156305c987e0f2c17a54c16e7.tar.gz |
merged 5.0-5.1.29-rc -> 5.1-5.1.29-rc
Diffstat (limited to 'zlib/gzio.c')
-rw-r--r-- | zlib/gzio.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/zlib/gzio.c b/zlib/gzio.c index 7e90f4928fc..ed4e77ca7e9 100644 --- a/zlib/gzio.c +++ b/zlib/gzio.c @@ -7,6 +7,11 @@ /* @(#) $Id$ */ +/* Need to be included "early" to control other headers */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdio.h> #include "zutil.h" |