diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:40:20 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:40:20 +0000 |
commit | 9e81145f1e0b51f569b6aef82fc9117b8cc98bde (patch) | |
tree | 19cc15f25246cc6a1329840c8e1c46669d2430d8 /sax | |
parent | 9c7332b5ba8b054a83285c461b2ad146ce0642a3 (diff) |
INTEGRATION: CWS gcc430two (1.2.4); FILE MERGED
2008/01/28 09:53:10 rene 1.2.4.1: more gcc 4.3.0 things
Diffstat (limited to 'sax')
-rw-r--r-- | sax/source/fastparser/fastparser.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx index 573557e409df..4a959db84f66 100644 --- a/sax/source/fastparser/fastparser.cxx +++ b/sax/source/fastparser/fastparser.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fastparser.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2008-01-10 12:52:30 $ + * last change: $Author: ihi $ $Date: 2008-02-04 13:40:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -65,6 +65,7 @@ #else #include "expat/xmlparse.h" #endif +#include <string.h> using ::rtl::OUString; using ::rtl::OString; |