From: Chris Elliott Date: Fri, 26 Oct 2007 19:12:10 +0000 (+0000) Subject: another DMC build fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8df068cabab2a711643874948eeb0dfaf983476b another DMC build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/imagtiff.cpp b/src/common/imagtiff.cpp index c956f6e2d1..39a2bb2d19 100644 --- a/src/common/imagtiff.cpp +++ b/src/common/imagtiff.cpp @@ -28,6 +28,9 @@ extern "C" { +#ifdef __DMC__ + #include "tif_config.h" +#endif #include "tiff.h" #include "tiffio.h" }