diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-09-06 09:37:09 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-09-06 09:37:09 +0000 |
commit | 78d8bf70c75b33a8aea79fce91afd7d8e396fcfd (patch) | |
tree | f9787de3c940d05ebf0776f7483d2e6ca9a7b796 /package/source | |
parent | d80f6e0b79ee7808ef4aa6c4b22cf27a97e78162 (diff) |
#65283# not allowed to include memory.h - use string.h instead
Diffstat (limited to 'package/source')
-rw-r--r-- | package/source/zipapi/ByteChucker.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/source/zipapi/ByteChucker.cxx b/package/source/zipapi/ByteChucker.cxx index 5ccfbd609811..5ceaa43e643d 100644 --- a/package/source/zipapi/ByteChucker.cxx +++ b/package/source/zipapi/ByteChucker.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ByteChucker.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: mtg $ $Date: 2001-09-05 18:44:36 $ + * last change: $Author: mtg $ $Date: 2001-09-06 10:37:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,7 +64,7 @@ #ifndef _PACKAGE_CONSTANTS_HXX_ #include <PackageConstants.hxx> #endif -#include <memory.h> //for memcpy +#include <string.h> //for memcpy using namespace ::com::sun::star::io; using namespace ::com::sun::star::uno; |