[Libreoffice-commits] .: Branch 'libreoffice-3-3' - binfilter/bf_sc

Robert Nagy rnagy at kemper.freedesktop.org
Mon Nov 8 03:26:14 PST 2010


 binfilter/bf_sc/source/core/data/sc_cell.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8a8fbb4c42c791aa82651793e42b309e7403ac8a
Author: Robert Nagy <robert at openbsd.org>
Date:   Thu Nov 4 11:25:15 2010 +0100

    include ieeefp.h on OpenBSD

diff --git a/binfilter/bf_sc/source/core/data/sc_cell.cxx b/binfilter/bf_sc/source/core/data/sc_cell.cxx
index f033459..99ed87c 100644
--- a/binfilter/bf_sc/source/core/data/sc_cell.cxx
+++ b/binfilter/bf_sc/source/core/data/sc_cell.cxx
@@ -40,7 +40,7 @@
 #include <mac_end.h>
 #endif
 
-#if defined (SOLARIS) || defined (FREEBSD)
+#if defined (SOLARIS) || defined (FREEBSD) || defined (OPENBSD)
 #include <ieeefp.h>
 #elif ( defined ( LINUX ) && ( GLIBC < 2 ) )
 #include <i386/ieeefp.h>


More information about the Libreoffice-commits mailing list