diff options
Diffstat (limited to 'runtime/POSIX/fd_64.c')
-rw-r--r-- | runtime/POSIX/fd_64.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/POSIX/fd_64.c b/runtime/POSIX/fd_64.c index 03fccc49..05bef394 100644 --- a/runtime/POSIX/fd_64.c +++ b/runtime/POSIX/fd_64.c @@ -31,7 +31,9 @@ #include <fcntl.h> #include <stdarg.h> #include <assert.h> +#ifndef __FreeBSD__ #include <sys/vfs.h> +#endif #include <unistd.h> #include <dirent.h> #include <sys/ioctl.h> |