direct.c: fix compilation with musl

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
This commit is contained in:
Asaf Kahlon 2020-06-22 20:48:36 +03:00
parent 50ab2c272c
commit 27a01e622e

View File

@ -25,6 +25,7 @@
#include "fuse-overlayfs.h"
#include "limits.h"
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>