summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sd/source/ui/remotecontrol/BluetoothServer.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx
index 3cd8cbcf2e35..0ff8e43b03e7 100644
--- a/sd/source/ui/remotecontrol/BluetoothServer.cxx
+++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx
@@ -9,9 +9,11 @@
#include "BluetoothServer.hxx"
#include <stdio.h>
+#ifdef LINUX
#include <gio/gio.h>
-#include <stdint.h>
#include <sys/unistd.h>
+#endif
+#include <stdint.h>
#include <sys/socket.h>
#include <tools/debug.hxx>
#include <tools/stream.hxx>
@@ -172,4 +174,4 @@ void BluetoothServer::setup()
}
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ \ No newline at end of file
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */