Module: wine Branch: master Commit: 5fd2e6e7b1ecad17bc34162cca2e1bc7fc5fef45 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5fd2e6e7b1ecad17bc34162cca...
Author: Marcus Meissner meissner@suse.de Date: Tue Mar 25 15:42:22 2008 +0100
msxml3: Fixed include of SAX.h.
---
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);