diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/os_unix.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/os_unix.c b/src/os_unix.c index e4bc1dec9..769e75df3 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -128,11 +128,10 @@ # else # include <sys/file.h> # include <sys/param.h> -# include <sys/mount.h> # endif #endif /* SQLITE_ENABLE_LOCKING_STYLE */ -#if defined(__APPLE__) +#if defined(__APPLE__) || (SQLITE_ENABLE_LOCKING_STYLE && !OS_VXWORKS) # include <sys/mount.h> #endif |