mount.h for OS_FREEBSD

This commit is contained in:
Yakov Olkhovskiy 2022-07-21 11:43:00 -04:00
parent c8ea6783dc
commit 5071295a6a

View File

@ -1,9 +1,9 @@
#include <zstd.h>
#include <sys/mman.h>
#if defined OS_DARWIN
#include <sys/mount.h>
#if defined(OS_DARWIN) || defined(OS_FREEBSD)
# include <sys/mount.h>
#else
#include <sys/statfs.h>
# include <sys/statfs.h>
#endif
#include <fcntl.h>
#include <sys/wait.h>