summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:58:36 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:58:36 +0000
commitdc18b39788591f9d129b89a36fc5ecdb43af3621 (patch)
treec29882bc2e1c8845d2082e99e7e04b109426f04c /shell
parent7b285ac3dbf28fa34372d87ec003a475ccae395e (diff)
INTEGRATION: CWS gcc430two (1.13.56); FILE MERGED
2008/01/28 09:53:10 rene 1.13.56.1: more gcc 4.3.0 things
Diffstat (limited to 'shell')
-rw-r--r--shell/source/backends/gconfbe/gconflayer.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/shell/source/backends/gconfbe/gconflayer.cxx b/shell/source/backends/gconfbe/gconflayer.cxx
index 5bae61e7e0d0..b3245936f614 100644
--- a/shell/source/backends/gconfbe/gconflayer.cxx
+++ b/shell/source/backends/gconfbe/gconflayer.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gconflayer.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: kz $ $Date: 2007-06-19 16:11:58 $
+ * last change: $Author: ihi $ $Date: 2008-02-04 13:58:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -72,6 +72,8 @@
#include <com/sun/star/uno/Sequence.hxx>
#endif
+#include <string.h>
+
using namespace rtl;
//==============================================================================