Skip to content

Commit

Permalink
Merge pull request #219 from asafkahlon/fix-build-on-musl
Browse files Browse the repository at this point in the history
direct.c: fix compilation with musl
  • Loading branch information
rhatdan authored Jun 22, 2020
2 parents 50ab2c2 + 27a01e6 commit 87a850d
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 87a850d

Please sign in to comment.