summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-16 12:21:09 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-16 12:31:39 +0200
commitbd6201ee4df1b7f54b1e768167a88ea5faa38fcc (patch)
treea7cf5d69b8b1290dad77d1ae3b96592db016dbb8 /sd
parentdca5d2b1677ebffd1a4ff791c47b33a6252210b2 (diff)
Fix compilation for Linux and hopefully Windows, too
Change-Id: Ib8d6e4e73443d5ee233133cbb9e201783405c49a
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/remotecontrol/BluetoothServer.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx
index 1830a3b159d9..b538d6ddecdf 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