- 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)
This commit is contained in:
parent
853c3dd77f
commit
1908cc62b6
@ -2572,7 +2572,7 @@ null:
|
||||
}
|
||||
|
||||
#ifdef HAVE_COMPRESS
|
||||
#include "../zlib/zlib.h"
|
||||
#include "zlib.h"
|
||||
|
||||
String *Item_func_compress::val_str(String *str)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user