diff options
author | tonu@x153.internalnet <> | 2001-08-26 00:18:20 +0800 |
---|---|---|
committer | tonu@x153.internalnet <> | 2001-08-26 00:18:20 +0800 |
commit | 451e3c8c3ba6557f037cacf73bc68468522ec2c0 (patch) | |
tree | 331432870e74ba240b433c254eede371858b486e /mysys/my_compress.c | |
parent | b4815e5ec736832fd169918f1ccab83ac0a27f79 (diff) | |
download | mariadb-git-451e3c8c3ba6557f037cacf73bc68468522ec2c0.tar.gz |
Some warning fixes and some SSL testprograms check-in
Diffstat (limited to 'mysys/my_compress.c')
-rw-r--r-- | mysys/my_compress.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysys/my_compress.c b/mysys/my_compress.c index 9d94a400f48..11204562ac8 100644 --- a/mysys/my_compress.c +++ b/mysys/my_compress.c @@ -21,6 +21,7 @@ #ifdef HAVE_COMPRESS #include <my_sys.h> #include <zlib.h> +#include <m_string.h> /* ** This replaces the packet with a compressed packet |