[PATCH] fixed include of SAX.h

Marcus Meissner meissner at suse.de
Tue Mar 25 09:42:22 CDT 2008


---
 dlls/msxml3/saxreader.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msxml3/saxreader.c b/dlls/msxml3/saxreader.c
index ba5d925..fa4074f 100644
--- a/dlls/msxml3/saxreader.c
+++ b/dlls/msxml3/saxreader.c
@@ -38,7 +38,7 @@
 
 #include "msxml_private.h"
 
-#include "libxml/SAX2.h"
+#include <libxml/SAX2.h>
 
 WINE_DEFAULT_DEBUG_CHANNEL(msxml);
 
-- 
1.5.2.4



More information about the wine-patches mailing list