diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:46:18 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:46:18 +0000 |
commit | 610c3dbbddad87481c89c10470ceecd2d43a17c6 (patch) | |
tree | 51ef17c283150917582b7e2a1751df81b0198073 /jvmfwk/source | |
parent | f3a1836cea0885e9e9b1d8c99b3fbdd4f7a523c9 (diff) |
INTEGRATION: CWS gcc430two (1.19.38); FILE MERGED
2008/01/28 09:53:07 rene 1.19.38.1: more gcc 4.3.0 things
Diffstat (limited to 'jvmfwk/source')
-rw-r--r-- | jvmfwk/source/elements.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/jvmfwk/source/elements.cxx b/jvmfwk/source/elements.cxx index d528d952aba5..a49ea19e527a 100644 --- a/jvmfwk/source/elements.cxx +++ b/jvmfwk/source/elements.cxx @@ -4,9 +4,9 @@ * * $RCSfile: elements.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: hr $ $Date: 2007-06-20 17:13:59 $ + * last change: $Author: ihi $ $Date: 2008-02-04 13:46:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,6 +50,7 @@ #include "libxml/xpathInternals.h" #include "rtl/bootstrap.hxx" #include "boost/optional.hpp" +#include <string.h> // #define NS_JAVA_FRAMEWORK "http://openoffice.org/2004/java/framework/1.0" // #define NS_SCHEMA_INSTANCE "http://www.w3.org/2001/XMLSchema-instance" |