summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-04-24 16:03:40 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-04-24 16:03:40 +0000
commitfec790196e22c78464ab062a53b70ddaf38d9041 (patch)
tree871148e0ebaeddd380e4b3ef37eec71b70e5a04c /bridges
parent5fc06030ac77772f7f6c5e12b2cdbabe50aabf05 (diff)
INTEGRATION: CWS cmcfixes43 (1.3.6); FILE MERGED
2008/03/07 16:54:56 cmc 1.3.6.1: string.h for strdup
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_powerpc64/except.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_powerpc64/except.cxx b/bridges/source/cpp_uno/gcc3_linux_powerpc64/except.cxx
index 25f838d8edb9..9badda7c137a 100644
--- a/bridges/source/cpp_uno/gcc3_linux_powerpc64/except.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_powerpc64/except.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: except.cxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@@ -32,6 +32,7 @@
#include "precompiled_bridges.hxx"
#include <stdio.h>
+#include <string.h>
#include <dlfcn.h>
#include <cxxabi.h>
#include <hash_map>