[Libreoffice-commits] core.git: sd/source

Tor Lillqvist tml at iki.fi
Sat Feb 16 02:32:36 PST 2013


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

New commits:
commit bd6201ee4df1b7f54b1e768167a88ea5faa38fcc
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sat Feb 16 12:21:09 2013 +0200

    Fix compilation for Linux and hopefully Windows, too
    
    Change-Id: Ib8d6e4e73443d5ee233133cbb9e201783405c49a

diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx
index 1830a3b..b538d6d 100644
--- a/sd/source/ui/remotecontrol/BluetoothServer.cxx
+++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx
@@ -30,6 +30,7 @@
     #define DBusGObjectPath char // DBusGObjectPath is only present in newer version of dbus-glib
   #endif
   #include "BluetoothServiceRecord.hxx"
+  #include "BufferedStreamSocket.hxx"
 #endif
 
 #ifdef WIN32
@@ -38,6 +39,7 @@
   #undef WB_RIGHT
   #include <winsock2.h>
   #include <ws2bth.h>
+  #include "BufferedStreamSocket.hxx"
 #endif
 
 #ifdef MACOSX


More information about the Libreoffice-commits mailing list