diff options
Diffstat (limited to 'recipes-qt/qt5/qtconnectivity/0001-Add-missing-header-for-errno.patch')
-rw-r--r-- | recipes-qt/qt5/qtconnectivity/0001-Add-missing-header-for-errno.patch | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes-qt/qt5/qtconnectivity/0001-Add-missing-header-for-errno.patch b/recipes-qt/qt5/qtconnectivity/0001-Add-missing-header-for-errno.patch index 1b75095c..09c92ccb 100644 --- a/recipes-qt/qt5/qtconnectivity/0001-Add-missing-header-for-errno.patch +++ b/recipes-qt/qt5/qtconnectivity/0001-Add-missing-header-for-errno.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 4c6aa68761d8a85bffe7d545c816522a793e94a9 Mon Sep 17 00:00:00 2001 | 1 | From 8f79162cdbf6e9df3aea6762124ba1a6b25f5c0a Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Tue, 29 Jan 2019 20:29:19 -0800 | 3 | Date: Tue, 29 Jan 2019 20:29:19 -0800 |
4 | Subject: [PATCH] Add missing header for errno | 4 | Subject: [PATCH] Add missing header for errno |
@@ -21,6 +21,3 @@ index 31d3dc02..75d762e5 100644 | |||
21 | #include <unistd.h> | 21 | #include <unistd.h> |
22 | #include <sys/prctl.h> | 22 | #include <sys/prctl.h> |
23 | #include <sys/syscall.h> | 23 | #include <sys/syscall.h> |
24 | -- | ||
25 | 2.20.1 | ||
26 | |||