another DMC build fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott 2007-10-26 19:12:10 +00:00
parent 5f22a3a953
commit 8df068caba

View File

@ -28,6 +28,9 @@
extern "C"
{
#ifdef __DMC__
#include "tif_config.h"
#endif
#include "tiff.h"
#include "tiffio.h"
}