From 1908cc62b609a3a455f2fbef479ccebd8d6bb885 Mon Sep 17 00:00:00 2001 From: "lenz@kallisto.local" <> Date: Thu, 19 Jun 2003 12:18:04 +0200 Subject: [PATCH] - 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) --- sql/item_strfunc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/item_strfunc.cc b/sql/item_strfunc.cc index 9ab20281a97..fddb761fc53 100644 --- a/sql/item_strfunc.cc +++ b/sql/item_strfunc.cc @@ -2572,7 +2572,7 @@ null: } #ifdef HAVE_COMPRESS -#include "../zlib/zlib.h" +#include "zlib.h" String *Item_func_compress::val_str(String *str) {