X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/615a9936a47445caccdabbf68263af3432f1f109..c0b0635cf69537ca32377bad5650b39402cb21b6:/src/tiff/tif_predict.c diff --git a/src/tiff/tif_predict.c b/src/tiff/tif_predict.c index 3dd7c98747..e47331f321 100644 --- a/src/tiff/tif_predict.c +++ b/src/tiff/tif_predict.c @@ -30,7 +30,12 @@ * Predictor Tag Support (used by multiple codecs). */ #include "tiffiop.h" +/* Watcom C++ (or its make utility) doesn't like long filenames */ +#ifdef wxUSE_SHORTNAMES +#include "tif_pred.h" +#else #include "tif_predict.h" +#endif #include