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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index 422fb25ed..784686d0a 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -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>