From b2696d520b60e69194aa41ecdb7b042503d61f1c Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 30 May 2001 14:08:16 +0000
Subject: #65293#: include string.h instead of memory.h
---
registry/source/reflread.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'registry/source')
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
+#include
#endif
#ifndef _SAL_TYPES_H_
#include
--
cgit