aboutsummaryrefslogtreecommitdiffstats
path: root/community/libreoffice/fix-includes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/libreoffice/fix-includes.patch')
-rw-r--r--community/libreoffice/fix-includes.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/libreoffice/fix-includes.patch b/community/libreoffice/fix-includes.patch
deleted file mode 100644
index d2048e284d..0000000000
--- a/community/libreoffice/fix-includes.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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>