mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-19 21:27:57 +00:00
Always include sys/mman.h for android builds
This commit is contained in:
parent
1e70c8fe53
commit
f06d9bb574
@ -22,6 +22,7 @@
|
||||
#ifndef SQLITE_PRIVATE
|
||||
# define SQLITE_PRIVATE static
|
||||
#endif
|
||||
#include <sys/mman.h>
|
||||
/************** Begin file sqliteInt.h ***************************************/
|
||||
/*
|
||||
** 2001 September 15
|
||||
@ -29221,9 +29222,6 @@ SQLITE_PRIVATE const char *sqlite3OpcodeName(int i){
|
||||
/* #include <time.h> */
|
||||
#include <sys/time.h>
|
||||
#include <errno.h>
|
||||
#if !defined(SQLITE_OMIT_WAL) || SQLITE_MAX_MMAP_SIZE>0
|
||||
# include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
#if SQLITE_ENABLE_LOCKING_STYLE
|
||||
# include <sys/ioctl.h>
|
||||
|
Loading…
Reference in New Issue
Block a user