xfsprogs: stderr needs stdio.h on musl.
This commit is contained in:
parent
0a46344dca
commit
dc26151963
|
@ -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 <endian.h>
|
||||
#include <stdbool.h>
|
||||
#include <asm/types.h>
|
||||
#include <mntent.h>
|
||||
+#include <linux/limits.h> /* XATTR_SIZE_MAX */
|
||||
+#include <stdio.h>
|
||||
|
||||
static __inline__ int xfsctl(const char *path, int fd, int cmd, void *p)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue