Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 344353
Collapse All | Expand All

(-)sqlite3.c.old (+2 lines)
Lines 22363-22369 Link Here
22363
#include <unistd.h>
22363
#include <unistd.h>
22364
#include <sys/time.h>
22364
#include <sys/time.h>
22365
#include <errno.h>
22365
#include <errno.h>
22366
#ifndef SQLITE_OMIT_WAL
22366
#include <sys/mman.h>
22367
#include <sys/mman.h>
22368
#endif
22367
22369
22368
#if SQLITE_ENABLE_LOCKING_STYLE
22370
#if SQLITE_ENABLE_LOCKING_STYLE
22369
# include <sys/ioctl.h>
22371
# include <sys/ioctl.h>

Return to bug 344353