[Libreoffice-commits] .: binfilter/bf_sc

Robert Nagy rnagy at kemper.freedesktop.org
Fri Nov 5 03:29:31 PDT 2010


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

New commits:
commit fe3420ca063724bbcbfcf4951c72be529f30d2f6
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