diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-06-11 06:50:13 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-06-11 06:50:13 +0000 |
commit | aefd0065a198d230e7cd9f99090f73cb84208267 (patch) | |
tree | 708f16c3965de996d5cc432d0943e75e2cfe8bc8 /cppu | |
parent | aa0edc8a0cb85e1c3f4c581ae2e89ba8c49bf108 (diff) |
<memory.h> -> <string.h>
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/source/typelib/typelib.cxx | 8 |
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> |