diff options
Diffstat (limited to 'tool')
-rw-r--r-- | tool/mksqlite3c-noext.tcl | 1 | ||||
-rw-r--r-- | tool/mksqlite3c.tcl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tool/mksqlite3c-noext.tcl b/tool/mksqlite3c-noext.tcl index ecb9cb043..f54b347be 100644 --- a/tool/mksqlite3c-noext.tcl +++ b/tool/mksqlite3c-noext.tcl @@ -239,6 +239,7 @@ foreach file { malloc.c printf.c random.c + threads.c utf.c util.c hash.c diff --git a/tool/mksqlite3c.tcl b/tool/mksqlite3c.tcl index 64207727b..0e979234f 100644 --- a/tool/mksqlite3c.tcl +++ b/tool/mksqlite3c.tcl @@ -253,6 +253,7 @@ foreach file { malloc.c printf.c random.c + threads.c utf.c util.c hash.c |