[Libreoffice-commits] .: binfilter/bf_sc

Thomas Klausner tklausner at kemper.freedesktop.org
Thu Dec 16 13:44:51 PST 2010


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

New commits:
commit 085abb8dc5fd0094caef9ace21483fe13f00d3c4
Author: Thomas Klausner <wiz at NetBSD.org>
Date:   Thu Dec 16 22:36:42 2010 +0100

    Handle NetBSD like the other BSDs in more cases.

diff --git a/binfilter/bf_sc/source/core/data/sc_cell.cxx b/binfilter/bf_sc/source/core/data/sc_cell.cxx
index e0f79f1..8bc0e3f 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) || defined (OPENBSD)
+#if defined (SOLARIS) || defined (FREEBSD) || defined (NETBSD) || defined (OPENBSD)
 #include <ieeefp.h>
 #elif ( defined ( LINUX ) && ( GLIBC < 2 ) )
 #include <i386/ieeefp.h>


More information about the Libreoffice-commits mailing list