diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 16:03:53 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 16:03:53 +0000 |
commit | bc573506a907f11a65b1da0adbf07e05a0596b83 (patch) | |
tree | d4c9a93521959b9974496c46396ffdc6946fe2d8 | |
parent | fec790196e22c78464ab062a53b70ddaf38d9041 (diff) |
INTEGRATION: CWS cmcfixes43 (1.6.80); FILE MERGED
2008/03/07 16:58:40 cmc 1.6.80.1: string.h for strdup
-rw-r--r-- | bridges/source/cpp_uno/gcc3_linux_sparc/except.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_sparc/except.cxx b/bridges/source/cpp_uno/gcc3_linux_sparc/except.cxx index df2057f6b843..1024b7009478 100644 --- a/bridges/source/cpp_uno/gcc3_linux_sparc/except.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_sparc/except.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: except.cxx,v $ - * $Revision: 1.7 $ + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -31,6 +31,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_bridges.hxx" #include <stdio.h> +#include <string.h> #include <dlfcn.h> #include <cxxabi.h> #include <hash_map> |