X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/913df6f2e0ab502732b271624c95af807d42007c..40d4abbc708eb214e48566091f85ba6e3d50c93f:/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