summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-21 09:43:16 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-21 09:43:16 +0200
commite5441d69b05328159cb70b25931663612854a473 (patch)
treefe4f0c125fd9a5491ecc32f197133dd763348562 /sd
parent78d15f219ea5570b1b08c1122ac0d9c0e1736b46 (diff)
More LINUX-ism
Change-Id: I7a396445a5244ff9683ca10c13c139646e313911
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/remotecontrol/BluetoothServer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx
index 32efc05224f7..0052397a64ef 100644
--- a/sd/source/ui/remotecontrol/BluetoothServer.cxx
+++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx
@@ -12,8 +12,8 @@
#ifdef LINUX
#include <gio/gio.h>
#include <sys/unistd.h>
-#endif
#include <sys/socket.h>
+#endif
#include <tools/debug.hxx>
#include <tools/stream.hxx>