diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 16:03:28 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 16:03:28 +0000 |
commit | 5fc06030ac77772f7f6c5e12b2cdbabe50aabf05 (patch) | |
tree | fc50766bb83b8d471776fadde20d17e35448aa1c | |
parent | 7c0cb4bf200c3904d2f4194e3686ac0f50a6c59c (diff) |
INTEGRATION: CWS cmcfixes43 (1.3.6); FILE MERGED
2008/03/07 16:55:32 cmc 1.3.6.1: string.h for memcpy
-rw-r--r-- | bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx index 6fc9f6579d23..740301d1bf49 100644 --- a/bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: cpp2uno.cxx,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -42,6 +42,7 @@ #include "share.hxx" #include <stdio.h> +#include <string.h> using namespace ::com::sun::star::uno; |