diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:54:58 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:54:58 +0000 |
commit | 381c0ff0ece326081f030d275feb1e0280ae0ae4 (patch) | |
tree | a5cac7e4a6d315ad66c81ba9652ab274452eb5ff /xmlhelp | |
parent | ab35e2dded810707461f8a8f2ad8a09db803a067 (diff) |
INTEGRATION: CWS gcc430two (1.4.14); FILE MERGED
2008/01/28 09:53:14 rene 1.4.14.1: more gcc 4.3.0 things
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/com/sun/star/help/HelpCompiler.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmlhelp/source/com/sun/star/help/HelpCompiler.cxx b/xmlhelp/source/com/sun/star/help/HelpCompiler.cxx index 5853eb83f806..5c7c222b6600 100644 --- a/xmlhelp/source/com/sun/star/help/HelpCompiler.cxx +++ b/xmlhelp/source/com/sun/star/help/HelpCompiler.cxx @@ -4,9 +4,9 @@ * * $RCSfile: HelpCompiler.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: ihi $ $Date: 2007-11-19 12:59:14 $ + * last change: $Author: ihi $ $Date: 2008-02-04 13:54:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,6 +37,7 @@ #include "HelpCompiler.hxx" #include <limits.h> #include <stdlib.h> +#include <string.h> #include <libxslt/xslt.h> #include <libxslt/xsltInternals.h> #include <libxslt/transform.h> |