aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_unix.c')
-rw-r--r--src/os_unix.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index 0ff696564..e4bc1dec9 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -132,6 +132,10 @@
# endif
#endif /* SQLITE_ENABLE_LOCKING_STYLE */
+#if defined(__APPLE__)
+# include <sys/mount.h>
+#endif
+
/*
** Allowed values of unixFile.fsFlags
*/