msxml3: Fixed include of SAX.h.
This commit is contained in:
parent
eaa1ff0d2c
commit
5fd2e6e7b1
|
@ -38,7 +38,7 @@
|
|||
|
||||
#include "msxml_private.h"
|
||||
|
||||
#include "libxml/SAX2.h"
|
||||
#include <libxml/SAX2.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msxml);
|
||||
|
||||
|
|
Loading…
Reference in New Issue