aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-3/files/patch-vcl+unx+source+plugadapt+salmain.cxx
blob: f5bd54364036c5a76628df2a26c65aba083d09c7 (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
24
http://qa.openoffice.org/issues/show_bug.cgi?id=27042

include <sys/types.h>
Note:  
--
*  $RCSfile: salmain.cxx,v $
*
*  $Revision: 1.8.12.2 $
*  
*  last change: $Author: hr $ $Date: 2004/01/09 18:14:00 $
--
includes this patch

--- ../vcl/unx/source/plugadapt/salmain.cxx~	Mon Mar 29 09:50:50 2004
+++ ../vcl/unx/source/plugadapt/salmain.cxx	Mon Mar 29 10:08:28 2004
@@ -59,7 +59,7 @@
  *
  ************************************************************************/
 
-#ifdef MACOSX
+#if defined(MACOSX) || defined(FREEBSD)
 // rlimit needs sys/types.h
 #include <sys/types.h>
 #include <sys/time.h>