summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cppu/source/typelib/typelib.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx
index caaac3610e3c..8ee58913602a 100644
--- a/cppu/source/typelib/typelib.cxx
+++ b/cppu/source/typelib/typelib.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: typelib.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: dbo $ $Date: 2001-05-09 14:23:28 $
+ * last change: $Author: hr $ $Date: 2001-06-11 07:50:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,9 +70,7 @@
#include <stdarg.h>
#include <stdlib.h>
-#ifndef SOLARIS
-#include <memory.h>
-#endif
+#include <string.h>
#ifdef MACOSX
#include <sys/types.h>
#include <sys/malloc.h>