summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-04-24 16:03:03 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-04-24 16:03:03 +0000
commit33d9849e9edbe1e1593effc024b36276a0e3d6ea (patch)
tree414fc1cd69c22210887b6d133f159d5abc5ceb7e /bridges
parente85903618e2a1c00f90fcd71571f27892729477e (diff)
INTEGRATION: CWS cmcfixes43 (1.2.28); FILE MERGED
2008/03/07 16:57:17 cmc 1.2.28.1: string.h for strdup
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_mips/except.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_mips/except.cxx b/bridges/source/cpp_uno/gcc3_linux_mips/except.cxx
index 5e03bf2e00d3..88dd91e4e47a 100644
--- a/bridges/source/cpp_uno/gcc3_linux_mips/except.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_mips/except.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: except.cxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -28,6 +28,7 @@
*
************************************************************************/
#include <stdio.h>
+#include <string.h>
#include <dlfcn.h>
#include <cxxabi.h>
#include <hash_map>