xfsprogs: stderr needs stdio.h on musl.

This commit is contained in:
Christian Neukirchen 2015-11-24 15:16:54 +01:00
parent 0a46344dca
commit dc26151963
1 changed files with 2 additions and 1 deletions

View File

@ -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)
{