summaryrefslogtreecommitdiff
authorStephan Bergmann <sbergman@redhat.com>2012-08-21 07:43:16 (GMT)
committer Stephan Bergmann <sbergman@redhat.com>2012-08-21 07:43:16 (GMT)
commite5441d69b05328159cb70b25931663612854a473 (patch) (side-by-side diff)
treefe4f0c125fd9a5491ecc32f197133dd763348562
parent78d15f219ea5570b1b08c1122ac0d9c0e1736b46 (diff)
downloadcore-e5441d69b05328159cb70b25931663612854a473.zip
core-e5441d69b05328159cb70b25931663612854a473.tar.gz
More LINUX-ism
Change-Id: I7a396445a5244ff9683ca10c13c139646e313911
Diffstat (more/less context) (ignore whitespace changes)
-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 32efc05..0052397 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>