diff --git a/sql/item_strfunc.cc b/sql/item_strfunc.cc index 4955c699315..3cc5ac218e3 100644 --- a/sql/item_strfunc.cc +++ b/sql/item_strfunc.cc @@ -2617,7 +2617,7 @@ null: } #ifdef HAVE_COMPRESS -#include "../zlib/zlib.h" +#include "zlib.h" String *Item_func_compress::val_str(String *str) {