aboutsummaryrefslogtreecommitdiff
path: root/src/pager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pager.h')
-rw-r--r--src/pager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pager.h b/src/pager.h
index 10c1acd9b..044c2573e 100644
--- a/src/pager.h
+++ b/src/pager.h
@@ -240,7 +240,7 @@ void sqlite3PagerRekey(DbPage*, Pgno, u16);
# define enable_simulated_io_errors()
#endif
-#ifdef SQLITE_USE_SEH
+#if defined(SQLITE_USE_SEH) && !defined(SQLITE_OMIT_WAL)
int sqlite3PagerWalSystemErrno(Pager*);
#endif