diff --git a/src/or/or.h b/src/or/or.h index af5f881404..4871ee3b78 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -37,7 +37,9 @@ #include #include #ifdef USE_ZLIB +#define free_func zlib_free_func #include +#undef free_func #endif #include "../common/crypto.h"