1
0
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:
drh
2022-09-12 19:33:20 +00:00
parent d8bb0b5ae6
commit b126ec18b6
3 changed files with 8 additions and 8 deletions

View File

@@ -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>