diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2001-09-17 11:43:20 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2001-09-17 11:43:20 +0000 |
commit | c1dd9f10702a56ed14a724084ce30ddcf43f3216 (patch) | |
tree | 07bc2ec904244d343f256cae5c5ec2f459df622c /cppuhelper | |
parent | df239a67b91606fe8d712d3e7403883c9c4e966d (diff) |
#65293# changed include
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/implbase_ex.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/source/implbase_ex.cxx b/cppuhelper/source/implbase_ex.cxx index 06426b27bd97..732a9ac02778 100644 --- a/cppuhelper/source/implbase_ex.cxx +++ b/cppuhelper/source/implbase_ex.cxx @@ -2,9 +2,9 @@ * * $RCSfile: implbase_ex.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: dbo $ $Date: 2001-09-05 08:46:40 $ + * last change: $Author: vg $ $Date: 2001-09-17 12:43:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,7 +66,7 @@ #else #include <malloc.h> #endif -#include <memory.h> +#include <string.h> #ifndef _OSL_DIAGNOSE_H_ #include <osl/diagnose.h> |