From dc261519637382f7fe0572c2e4ecf3adcf4b4daa Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 24 Nov 2015 15:16:54 +0100 Subject: [PATCH] xfsprogs: stderr needs stdio.h on musl. --- srcpkgs/xfsprogs/patches/musl-fixes.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xfsprogs/patches/musl-fixes.patch b/srcpkgs/xfsprogs/patches/musl-fixes.patch index b403f426454..54e0063241f 100644 --- a/srcpkgs/xfsprogs/patches/musl-fixes.patch +++ b/srcpkgs/xfsprogs/patches/musl-fixes.patch @@ -13,12 +13,13 @@ --- include/linux.h.orig 2015-08-04 01:37:12.000000000 +0200 +++ include/linux.h 2015-10-03 21:19:02.256382607 +0200 -@@ -30,7 +30,8 @@ +@@ -30,7 +30,9 @@ #include #include #include #include +#include /* XATTR_SIZE_MAX */ ++#include static __inline__ int xfsctl(const char *path, int fd, int cmd, void *p) {