diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:40:05 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:40:05 +0000 |
commit | 9c7332b5ba8b054a83285c461b2ad146ce0642a3 (patch) | |
tree | 87379d0d11f5d9e2f15f323f0bb53c0b13316187 /sax | |
parent | fb0ea3786c0df92ab9467683dbc356bbf8aa8d7a (diff) |
INTEGRATION: CWS gcc430two (1.15.38); FILE MERGED
2008/01/28 09:53:10 rene 1.15.38.1: more gcc 4.3.0 things
Diffstat (limited to 'sax')
-rw-r--r-- | sax/source/expatwrap/sax_expat.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sax/source/expatwrap/sax_expat.cxx b/sax/source/expatwrap/sax_expat.cxx index b67c8899d11f..a87fd51a950e 100644 --- a/sax/source/expatwrap/sax_expat.cxx +++ b/sax/source/expatwrap/sax_expat.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sax_expat.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:07:26 $ + * last change: $Author: ihi $ $Date: 2008-02-04 13:40:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,7 @@ * ************************************************************************/ #include <stdlib.h> +#include <string.h> #include <sal/alloca.h> #include <vector> |