summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source/implbase_ex.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-08-15 11:36:30 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-08-15 11:36:30 +0000
commit22f1ec8c5303b25f1fe7e88153ad8a9ad9febff3 (patch)
tree7d360c4858c4205ca2d560ec120d24ae35923d41 /cppuhelper/source/implbase_ex.cxx
parent#101685#,#i6886# merge OOO_STABLE_1_PORTS (1.6-1.6.10.1) -> HEAD (diff)
downloadcore-22f1ec8c5303b25f1fe7e88153ad8a9ad9febff3.tar.gz
core-22f1ec8c5303b25f1fe7e88153ad8a9ad9febff3.zip
#101685#,#i6886# merge OOO_STABLE_1_PORTS (1.4-1.4.12.1) -> HEAD
Diffstat (limited to 'cppuhelper/source/implbase_ex.cxx')
-rw-r--r--cppuhelper/source/implbase_ex.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/cppuhelper/source/implbase_ex.cxx b/cppuhelper/source/implbase_ex.cxx
index cb3f0b58060c..76622ff81718 100644
--- a/cppuhelper/source/implbase_ex.cxx
+++ b/cppuhelper/source/implbase_ex.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: implbase_ex.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: dbo $ $Date: 2001-10-18 11:44:03 $
+ * last change: $Author: hr $ $Date: 2002-08-15 12:36:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,7 @@
#ifdef SOLARIS
#include <alloca.h>
#elif defined MACOSX
+#include <sys/types.h>
#include <sys/malloc.h>
#else
#include <malloc.h>