- 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:
lenz@kallisto.local 2003-06-19 12:18:04 +02:00
parent 853c3dd77f
commit 1908cc62b6

View File

@ -2572,7 +2572,7 @@ null:
}
#ifdef HAVE_COMPRESS
#include "../zlib/zlib.h"
#include "zlib.h"
String *Item_func_compress::val_str(String *str)
{