diff options
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 |