From 3162f9a6821775a2aedfec780a2563c7bccd4a8b Mon Sep 17 00:00:00 2001 From: unknown 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) {