1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Adjust some #ifdefs so that the build works on Mac both with and without

SQLITE_ENABLE_LOCKING_STYLE.

FossilOrigin-Name: 0cc981f1ccc2c99b87eb968590ad18b2d3ebf37b
This commit is contained in:
drh
2010-03-05 13:41:06 +00:00
parent 60d4a30453
commit 84a2bf67d8
4 changed files with 15 additions and 11 deletions

View File

@@ -132,6 +132,10 @@
# endif
#endif /* SQLITE_ENABLE_LOCKING_STYLE */
#if defined(__APPLE__)
# include <sys/mount.h>
#endif
/*
** Allowed values of unixFile.fsFlags
*/