Skip to content

Commit

Permalink
direct.c: fix compilation with musl
Browse files Browse the repository at this point in the history
Signed-off-by: Asaf Kahlon <[email protected]>
  • Loading branch information
asafkahlon committed Jun 22, 2020
1 parent 50ab2c2 commit 27a01e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions direct.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#include "fuse-overlayfs.h"

#include "limits.h"
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
Expand Down

0 comments on commit 27a01e6

Please sign in to comment.