Commit 3162f9a6 authored by unknown's avatar unknown

- revert wrong include of zlib.h as zlib is not part of the source

   distribution - better use -I../zlib where appropriate (usually we use
   the zlib installed in the system)

parent 85de209e
......@@ -2572,7 +2572,7 @@ null:
}
#ifdef HAVE_COMPRESS
#include "../zlib/zlib.h"
#include "zlib.h"
String *Item_func_compress::val_str(String *str)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment