diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-28 12:44:35 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-28 13:18:51 +0000 |
| commit | 14753197c7491ae7b29288e8376d6f32bc74e095 (patch) | |
| tree | 61566dabe157fb09f5fac75f07f31fc4c9e0d2dc /testing/libqb/fix-headers.patch | |
| parent | ada41186f8709f57199c71158590a15df4d4cbe9 (diff) | |
| download | aports-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.patch | 10 |
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> |
