aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.0/files/patch-bridges+source+remote+static+stub.cxx
blob: dde90d83c4c238867679db67b5fc363c49cd1e7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Index: bridges/source/remote/static/stub.cxx
===================================================================
RCS file: /cvs/udk/bridges/source/remote/static/stub.cxx,v
retrieving revision 1.2.26.1
diff -u -r1.2.26.1 stub.cxx
--- bridges/source/remote/static/stub.cxx	8 Aug 2002 02:49:47 -0000	1.2.26.1
+++ bridges/source/remote/static/stub.cxx	28 Jul 2005 12:13:32 -0000
@@ -58,14 +58,7 @@
  *
  *
  ************************************************************************/
-#if defined(SOLARIS) || defined(IRIX)
-#include <alloca.h>
-#elif defined MACOSX
-#include <sys/types.h>
-#include <sys/malloc.h>
-#else
-#include <malloc.h>
-#endif
+#include <stdlib.h>
 
 #include <osl/diagnose.h>