linux/filesystem: include unistd.h when using unlink()

This commit is contained in:
Steve Lhomme 2023-04-25 08:09:05 +02:00
parent f1f1f17920
commit b18846d952
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <unistd.h>
#include <vlc_common.h>
#include <vlc_fs.h>