sd/source/ui/remotecontrol/BluetoothServer.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit bd6201ee4df1b7f54b1e768167a88ea5faa38fcc Author: Tor Lillqvist <t...@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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits