aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0/files/patch-vcl+source+gdi+sallayout.cxx
blob: 5cbc59bf7db7898b6d3d3adab584c5156003910d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
malloc.h is deprecated
http://qa.openoffice.org/issues/show_bug.cgi?id=27041

--- ../vcl/source/gdi/sallayout.cxx.org	Mon Mar 29 10:02:17 2004
+++ ../vcl/source/gdi/sallayout.cxx	Mon Mar 29 10:02:43 2004
@@ -67,7 +67,7 @@
 #if defined(SOLARIS) || defined(IRIX)
   #include <alloca.h>
 #else
-#ifndef MACOSX
+#if !(defined(MACOSX) || defined(FREEBSD))
   #include <malloc.h>
 #endif
 #endif