Skip to content
Permalink
Browse files

btrfs-progs: mkfs: fix build on musl

Another build failure on musl.

Issue: #90
Signed-off-by: David Sterba <dsterba@suse.com>
  • Loading branch information
kdave committed Feb 3, 2018
1 parent de60d6f commit 3aa1bbdd89ee9c9c48d260a6192fae08328f1b2f
Showing with 1 addition and 0 deletions.
  1. +1 −0 mkfs/main.c
@@ -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>

0 comments on commit 3aa1bbd

Please sign in to comment.
You can’t perform that action at this time.