summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:42:42 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:42:42 +0000
commitf6cdf919223b90c7ba30890725fc494517fc89d2 (patch)
treebd4b0684c47d051567854c1938b084cb273617d7 /framework
parent43978cd852c39b1137a03ef48b2e9de528b4ad7a (diff)
INTEGRATION: CWS gcc430two (1.17.230); FILE MERGED
2008/01/28 09:53:06 rene 1.17.230.1: more gcc 4.3.0 things
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/substitutepathvars.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/source/services/substitutepathvars.cxx b/framework/source/services/substitutepathvars.cxx
index 08919de0a108..73db3aca50eb 100644
--- a/framework/source/services/substitutepathvars.cxx
+++ b/framework/source/services/substitutepathvars.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: substitutepathvars.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 14:12:15 $
+ * last change: $Author: ihi $ $Date: 2008-02-04 13:42:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -130,6 +130,8 @@
#include <comphelper/configurationhelper.hxx>
+#include <string.h>
+
//_________________________________________________________________________________________________________________
// Defines
//_________________________________________________________________________________________________________________