mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
13 lines
479 B
Diff
13 lines
479 B
Diff
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx
|
|
index f177d86..99bb408 100644
|
|
--- a/sd/source/ui/remotecontrol/BluetoothServer.cxx
|
|
+++ b/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>
|