btrfs-progs: mkfs: fix build on musl

Another build failure on musl.

Issue: #90
Signed-off-by: David Sterba <dsterba@suse.com>
master
David Sterba 2018-02-03 01:15:42 +01:00
parent de60d6f047
commit 3aa1bbdd89
1 changed files with 1 additions and 0 deletions

View File

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