summaryrefslogtreecommitdiff
path: root/registry/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-05-30 14:08:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-05-30 14:08:16 +0000
commitb2696d520b60e69194aa41ecdb7b042503d61f1c (patch)
treef6693221200d528bf771c558ed1c4df6293d2c85 /registry/source
parente80fd558057a12a4aef17c78166fe0cfc3fab171 (diff)
#65293#: include string.h instead of memory.h
Diffstat (limited to 'registry/source')
-rw-r--r--registry/source/reflread.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/registry/source/reflread.cxx b/registry/source/reflread.cxx
index 0f87395b239c..d4118c4c09fc 100644
--- a/registry/source/reflread.cxx
+++ b/registry/source/reflread.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: reflread.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-14 09:36:00 $
+ * last change: $Author: hr $ $Date: 2001-05-30 15:08:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,7 +60,7 @@
************************************************************************/
#ifndef MAC
-#include <memory.h>
+#include <string.h>
#endif
#ifndef _SAL_TYPES_H_
#include <sal/types.h>