summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
diff options
context:
space:
mode:
authorDenis Pronin <dannftk@yandex.ru>2020-03-04 00:59:07 +0300
committerdannftk <dannftk@yandex.ru>2020-03-05 14:39:05 +0000
commit58e0224a6677667b1102b34ad5b35a787bd74077 (patch)
treeded696710904e7d38a3b49f93caa401ac4fde42f /src/bluetooth
parent539fce5bf6bb5b1e3d599ea6e41354c80a79500f (diff)
support building with clang and libc++
fixed undefined errno when compiling with clang++ and libc++ Change-Id: I30be6e2da36f9189261535f103ce689462634f49 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/bluetooth')
-rw-r--r--src/bluetooth/bluez/bluetoothmanagement.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/bluez/bluetoothmanagement.cpp b/src/bluetooth/bluez/bluetoothmanagement.cpp
index 31d3dc02..b6ad93e5 100644
--- a/src/bluetooth/bluez/bluetoothmanagement.cpp
+++ b/src/bluetooth/bluez/bluetoothmanagement.cpp
@@ -51,6 +51,7 @@
#include <sys/types.h>
#include <linux/capability.h>
+#include <cerrno>
QT_BEGIN_NAMESPACE