diff options
author | brian@zim.(none) <> | 2005-12-23 17:51:14 -0800 |
---|---|---|
committer | brian@zim.(none) <> | 2005-12-23 17:51:14 -0800 |
commit | 795f744c5f1ba2d427128a7ecd3e12f1fe3cc0ff (patch) | |
tree | 49214ae9cff882be1c5e512cae62d8054cc872ca /storage/archive/azlib.h | |
parent | a580f985eca099523964b6cb2f86b265d93c22ba (diff) | |
download | mariadb-git-795f744c5f1ba2d427128a7ecd3e12f1fe3cc0ff.tar.gz |
Just a few cleanup points in azio. Should solve Ubuntu compile problem.
Diffstat (limited to 'storage/archive/azlib.h')
-rw-r--r-- | storage/archive/azlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/archive/azlib.h b/storage/archive/azlib.h index e63d1ed9997..0d0be2ba394 100644 --- a/storage/archive/azlib.h +++ b/storage/archive/azlib.h @@ -31,6 +31,7 @@ (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). */ +#include <zutil.h> #include <zlib.h> #include "../../mysys/mysys_priv.h" |