aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtconnectivity/0001-Add-missing-header-for-errno.patch
blob: 4b11b4055c18e55365f42e27e2f86a1e3095524c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From 872f3db59b77c09b052733210e49c7770381d93a Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Tue, 29 Jan 2019 20:29:19 -0800
Subject: [PATCH] Add missing header for errno

Upstream-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 src/bluetooth/bluez/bluetoothmanagement.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bluetooth/bluez/bluetoothmanagement.cpp b/src/bluetooth/bluez/bluetoothmanagement.cpp
index 31d3dc02..75d762e5 100644
--- a/src/bluetooth/bluez/bluetoothmanagement.cpp
+++ b/src/bluetooth/bluez/bluetoothmanagement.cpp
@@ -45,6 +45,7 @@
 #include "bluez_data_p.h"
 #include "../qbluetoothsocketbase_p.h"
 
+#include <errno.h>
 #include <unistd.h>
 #include <sys/prctl.h>
 #include <sys/syscall.h>