mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-12 13:01:09 +03:00
Fix the <sys/time.h> include in os_kv.c.
FossilOrigin-Name: 878cc93e779c3857adc711f212520f007256274fcd3f6f3d72c754a937fcd198
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
#include <sys/ioctl.h>
|
||||
#include <unistd.h> /* amalgamator: keep */
|
||||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/time.h> /* amalgamator: keep */
|
||||
#include <errno.h>
|
||||
#if !defined(SQLITE_OMIT_WAL) || SQLITE_MAX_MMAP_SIZE>0
|
||||
# include <sys/mman.h>
|
||||
|
||||
Reference in New Issue
Block a user