summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-vcltesttool/files/patch-bridges+source+jni_uno+jni_uno2java.cxx
blob: 4622b7fe21c4c8e7fc9616fd74fe209544d4aa42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- ../bridges/source/jni_uno/jni_uno2java.cxx.orig	Tue Mar 11 12:35:07 2003
+++ ../bridges/source/jni_uno/jni_uno2java.cxx	Tue Mar 11 12:35:29 2003
@@ -62,7 +62,9 @@
 #if defined _MSC_VER
 #include <malloc.h>
 #else
+#if !defined( FREEBSD)
 #include <alloca.h>
+#endif
 #endif
 
 #include "rtl/ustrbuf.hxx"