summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-cppuhelper+source+implbase_ex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-1.0/files/patch-cppuhelper+source+implbase_ex.cxx')
-rw-r--r--editors/openoffice-1.0/files/patch-cppuhelper+source+implbase_ex.cxx20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/files/patch-cppuhelper+source+implbase_ex.cxx b/editors/openoffice-1.0/files/patch-cppuhelper+source+implbase_ex.cxx
new file mode 100644
index 000000000000..1ff1d3920840
--- /dev/null
+++ b/editors/openoffice-1.0/files/patch-cppuhelper+source+implbase_ex.cxx
@@ -0,0 +1,20 @@
+Index: cppuhelper/source/implbase_ex.cxx
+===================================================================
+RCS file: /cvs/udk/cppuhelper/source/implbase_ex.cxx,v
+retrieving revision 1.5
+diff -u -r1.5 implbase_ex.cxx
+--- cppuhelper/source/implbase_ex.cxx 15 Aug 2002 12:36:30 -0000 1.5
++++ cppuhelper/source/implbase_ex.cxx 10 Jul 2005 09:41:00 -0000
+@@ -61,11 +61,8 @@
+
+ #ifdef SOLARIS
+ #include <alloca.h>
+-#elif defined MACOSX
+-#include <sys/types.h>
+-#include <sys/malloc.h>
+ #else
+-#include <malloc.h>
++#include <stdlib.h>
+ #endif
+ #include <string.h>
+