summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--amalgamation/sqlite3.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/amalgamation/sqlite3.c b/amalgamation/sqlite3.c
index 3aee1fb..221737f 100644
--- a/amalgamation/sqlite3.c
+++ b/amalgamation/sqlite3.c
@@ -21134,6 +21134,9 @@ static const char * const azCompileOpt[] = {
#if HAVE_ISNAN || SQLITE_HAVE_ISNAN
"HAVE_ISNAN",
#endif
+#if HAVE_USLEEP
+ "HAVE_USLEEP",
+#endif
#if SQLITE_HOMEGROWN_RECURSIVE_MUTEX
"HOMEGROWN_RECURSIVE_MUTEX",
#endif