dev-util/clair: remove old
[gentoo.git] / dev-qt / qtbluetooth / files / qtbluetooth-5.14.1-errno.patch
1 From 58e0224a6677667b1102b34ad5b35a787bd74077 Mon Sep 17 00:00:00 2001
2 From: Denis Pronin <dannftk@yandex.ru>
3 Date: Wed, 4 Mar 2020 00:59:07 +0300
4 Subject: [PATCH] support building with clang and libc++
5
6 fixed undefined errno when compiling with clang++ and libc++
7
8 Change-Id: I30be6e2da36f9189261535f103ce689462634f49
9 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
10 ---
11  src/bluetooth/bluez/bluetoothmanagement.cpp | 1 +
12  1 file changed, 1 insertion(+)
13
14 diff --git a/src/bluetooth/bluez/bluetoothmanagement.cpp b/src/bluetooth/bluez/bluetoothmanagement.cpp
15 index 31d3dc02..b6ad93e5 100644
16 --- a/src/bluetooth/bluez/bluetoothmanagement.cpp
17 +++ b/src/bluetooth/bluez/bluetoothmanagement.cpp
18 @@ -51,6 +51,7 @@
19  #include <sys/types.h>
20  #include <linux/capability.h>
21  
22 +#include <cerrno>
23  
24  QT_BEGIN_NAMESPACE
25