summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/item_strfunc.cc')
-rw-r--r--sql/item_strfunc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_strfunc.cc b/sql/item_strfunc.cc
index e1fd66f2151..82463c91a2f 100644
--- a/sql/item_strfunc.cc
+++ b/sql/item_strfunc.cc
@@ -2920,7 +2920,7 @@ ret:
}
#ifdef HAVE_COMPRESS
-#include <zlib.h>
+#include "../zlib/zlib.h"
String *Item_func_compress::val_str(String *str)
{