sd/source/ui/remotecontrol/BluetoothServer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e5441d69b05328159cb70b25931663612854a473 Author: Stephan Bergmann <[email protected]> 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> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
