aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libqb/fix-headers.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-10-28 12:44:35 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-28 13:18:51 +0000
commit14753197c7491ae7b29288e8376d6f32bc74e095 (patch)
tree61566dabe157fb09f5fac75f07f31fc4c9e0d2dc /testing/libqb/fix-headers.patch
parentada41186f8709f57199c71158590a15df4d4cbe9 (diff)
downloadaports-14753197c7491ae7b29288e8376d6f32bc74e095.tar.bz2
aports-14753197c7491ae7b29288e8376d6f32bc74e095.tar.xz
testing/libqb: upgrade to 0.17.1 and fix build with musl
Diffstat (limited to 'testing/libqb/fix-headers.patch')
-rw-r--r--testing/libqb/fix-headers.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/libqb/fix-headers.patch b/testing/libqb/fix-headers.patch
new file mode 100644
index 0000000000..474f4c2fd5
--- /dev/null
+++ b/testing/libqb/fix-headers.patch
@@ -0,0 +1,10 @@
+--- ./include/qb/qbipcs.h.orig
++++ ./include/qb/qbipcs.h
+@@ -31,6 +31,7 @@
+
+ #include <stdlib.h>
+ #include <sys/uio.h>
++#include <sys/stat.h>
+ #include <qb/qbipc_common.h>
+ #include <qb/qbhdb.h>
+ #include <qb/qbloop.h>