[Libreoffice-commits] .: sd/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Dec 6 03:01:25 PST 2012


 sd/source/ui/remotecontrol/BluetoothServer.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 584cd8d1c23d47becb776e382f853ffe77ce9fc2
Author: Noel Grandin <noel at peralex.com>
Date:   Thu Dec 6 13:00:22 2012 +0200

    Fix: <errno.h> needs to be included under Linux
    
    Change-Id: I00cbeaa3d00b6001b1b9adf00059f27d7affb08f

diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx
index 6ec590d..32e5bca 100644
--- a/sd/source/ui/remotecontrol/BluetoothServer.cxx
+++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx
@@ -14,6 +14,7 @@
 #if (defined(LINUX) && !defined(__FreeBSD_kernel__)) && defined(ENABLE_DBUS)
   #include <glib.h>
   #include <dbus/dbus-glib.h>
+  #include <errno.h>
   #include <sys/unistd.h>
   #include <sys/socket.h>
   #include <bluetooth/bluetooth.h>


More information about the Libreoffice-commits mailing list