summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-stoc+source+corereflection+criface.cxx
blob: 6016d8eade946dd4bc7ca989e4a07cd6b3fa9c9a (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: stoc/source/corereflection/criface.cxx
===================================================================
RCS file: /cvs/udk/stoc/source/corereflection/criface.cxx,v
retrieving revision 1.6
diff -u -r1.6 criface.cxx
--- stoc/source/corereflection/criface.cxx	3 May 2001 13:56:57 -0000	1.6
+++ stoc/source/corereflection/criface.cxx	28 Jul 2005 12:24:08 -0000
@@ -60,14 +60,7 @@
  ************************************************************************/
 
 #include <sal/config.h>
-#ifdef SAL_UNX
-#if !(defined(MACOSX) || defined(NETBSD) || defined(FREEBSD))
-#include <alloca.h>
-#endif
-#endif
-#ifndef MACOSX
-#include <malloc.h>
-#endif
+#include <stdlib.h>
 #ifndef _RTL_ALLOC_H_
 #include <rtl/alloc.h>
 #endif