blob: a4adcd352a38ae9d7c5ba216cbf306da73cf194f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- libreoffice-6.2.1.2/sd/source/ui/remotecontrol/BluetoothServer.cxx
+++ libreoffice-6.2.1.2/sd/source/ui/remotecontrol/BluetoothServer.cxx
@@ -21,7 +21,7 @@
#include <dbus/dbus.h>
#include <errno.h>
#include <fcntl.h>
- #include <sys/unistd.h>
+ #include <unistd.h>
#include <sys/socket.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/rfcomm.h>
|