[Libreoffice-commits] .: sd/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Aug 21 00:43:40 PDT 2012
sd/source/ui/remotecontrol/BluetoothServer.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e5441d69b05328159cb70b25931663612854a473
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Aug 21 09:43:16 2012 +0200
More LINUX-ism
Change-Id: I7a396445a5244ff9683ca10c13c139646e313911
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>
More information about the Libreoffice-commits
mailing list