[Libreoffice-commits] .: vcl/unx

Thomas Klausner tklausner at kemper.freedesktop.org
Sat Oct 9 02:04:57 PDT 2010


 vcl/unx/gtk/app/gtkdata.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 47ba3de71d9ac5564389399d1d38934be32e6f3b
Author: Thomas Klausner <wiz at NetBSD.org>
Date:   Sat Oct 9 11:04:37 2010 +0200

    Handle NetBSD in the same way as FreeBSD.

diff --git a/vcl/unx/gtk/app/gtkdata.cxx b/vcl/unx/gtk/app/gtkdata.cxx
index fd08974..a38b82d 100644
--- a/vcl/unx/gtk/app/gtkdata.cxx
+++ b/vcl/unx/gtk/app/gtkdata.cxx
@@ -41,7 +41,7 @@
 #include <limits.h>
 #include <errno.h>
 #include <poll.h>
-#ifdef FREEBSD
+#if defined(FREEBSD) || defined(NETBSD)
 #include <sys/types.h>
 #include <sys/time.h>
 #include <unistd.h>


More information about the Libreoffice-commits mailing list