]> git.saurik.com Git - wxWidgets.git/commitdiff
another DMC build fix
authorChris Elliott <biol75@york.ac.uk>
Fri, 26 Oct 2007 19:12:10 +0000 (19:12 +0000)
committerChris Elliott <biol75@york.ac.uk>
Fri, 26 Oct 2007 19:12:10 +0000 (19:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/imagtiff.cpp

index c956f6e2d1292a22d6a7217e48d465a7ba795a74..39a2bb2d196531bdfad2ce81895d4f3e888d2930 100644 (file)
@@ -28,6 +28,9 @@
 
 extern "C"
 {
 
 extern "C"
 {
+#ifdef __DMC__
+    #include "tif_config.h"
+#endif    
     #include "tiff.h"
     #include "tiffio.h"
 }
     #include "tiff.h"
     #include "tiffio.h"
 }