diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-11-20 16:19:12 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-11-20 16:20:47 +0100 |
commit | 7753bbb8b160251525ac2f661ccb60f9fc98da50 (patch) | |
tree | a1f6a1e3610a291b4ab2bae3ccdc1b20594acd0a /l10ntools/inc | |
parent | 93d021a7803bc897b0f52928a7562bb2b9860566 (diff) |
Fix libxml2 usage in l10ntools
Change-Id: I746af9162d5cd01e0ce0a9f469f0771d7934ba2d
Diffstat (limited to 'l10ntools/inc')
-rw-r--r-- | l10ntools/inc/xmlparse.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx index 0fedb2b7a6d8..7a758727c5f6 100644 --- a/l10ntools/inc/xmlparse.hxx +++ b/l10ntools/inc/xmlparse.hxx @@ -26,7 +26,10 @@ #include <vector> #include <signal.h> + +#include <libxml/xmlexports.h> // define XMLCALL so expat.h does not redefine it #include <expat.h> + #include <rtl/ustring.hxx> #include <rtl/ustrbuf.hxx> #include "boost/unordered_map.hpp" |