X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/913df6f2e0ab502732b271624c95af807d42007c..0b8558681e8c69b749f64b891111f5ea72c04550:/src/common/unzip.c diff --git a/src/common/unzip.c b/src/common/unzip.c index 5e4a178bfa..08dd404643 100644 --- a/src/common/unzip.c +++ b/src/common/unzip.c @@ -12,7 +12,13 @@ #include #include #include "zlib.h" + +/* Not the right solution (paths in makefiles) but... */ +#ifdef __BORLANDC__ +#include "../common/unzip.h" +#else #include "unzip.h" +#endif #ifdef STDC # include