aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0/files/patch-hwpfilter+source+hwpreader.hxx
blob: 8d65e6a3ee83c47070ff4d94cdb8ca48ba0f2c61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
http://qa.openoffice.org/issues/show_bug.cgi?id=27033
--- ../hwpfilter/source/hwpreader.hxx~	Wed Oct 15 23:37:24 2003
+++ ../hwpfilter/source/hwpreader.hxx	Sun Mar 28 22:46:18 2004
@@ -68,7 +68,9 @@
 #include <string.h>
 #ifdef WIN32
 #include <malloc.h>
-#else
+#endif
+
+#if !defined(FREEBSD)
 #include <alloca.h>
 #endif