diff --git a/dlls/msxml3/saxreader.c b/dlls/msxml3/saxreader.c index fa4074f20c9..d3bbbd974e9 100644 --- a/dlls/msxml3/saxreader.c +++ b/dlls/msxml3/saxreader.c @@ -38,12 +38,12 @@ #include "msxml_private.h" -#include - WINE_DEFAULT_DEBUG_CHANNEL(msxml); #ifdef HAVE_LIBXML2 +#include + typedef struct _saxreader { const struct IVBSAXXMLReaderVtbl *lpVtbl;