mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
synced 2024-11-28 06:34:17 +08:00
btrfs-progs: mkfs: fix build on musl
Another build failure on musl. Issue: #90 Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
de60d6f047
commit
3aa1bbdd89
@ -26,6 +26,7 @@
|
||||
#include <stdlib.h>
|
||||
/* #include <sys/dir.h> included via androidcompat.h */
|
||||
#include <fcntl.h>
|
||||
#include <limits.h>
|
||||
#include <unistd.h>
|
||||
#include <getopt.h>
|
||||
#include <uuid/uuid.h>
|
||||
|
Loading…
Reference in New Issue
Block a user