diff options
| author | Gleb Popov <6yearold@gmail.com> | 2019-03-30 16:34:03 +0400 |
|---|---|---|
| committer | MartinNowack <martin.nowack@gmail.com> | 2019-04-02 09:12:56 +0100 |
| commit | 0b33d74f465991e94d8dafb6eeaf4b69af0a1887 (patch) | |
| tree | 3d01d954d2b7f00d55d0a695c22d67698f68dc5a /runtime/POSIX/fd_64.c | |
| parent | f0aa7d884697597a717361a82976d181abaf245a (diff) | |
| download | klee-0b33d74f465991e94d8dafb6eeaf4b69af0a1887.tar.gz | |
POSIX runtime fixes for FreeBSD.
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> |
