commit | 72289a616c90949f7a2d3b2af12cd1044e64717d | [log] [tgz] |
---|---|---|
author | Anthony Baxter <anthonybaxter@gmail.com> | Tue Apr 04 06:29:05 2006 +0000 |
committer | Anthony Baxter <anthonybaxter@gmail.com> | Tue Apr 04 06:29:05 2006 +0000 |
tree | 278f2963d2f72baad0859e6b5e9056b9daddd446 | |
parent | a058836e969eba03142bc8f01418a28741f70dc3 [diff] [blame] |
Update to pysqlite 2.2.0
diff --git a/Modules/_sqlite/statement.c b/Modules/_sqlite/statement.c index 4a957d6..ae48b4b 100644 --- a/Modules/_sqlite/statement.c +++ b/Modules/_sqlite/statement.c
@@ -26,6 +26,7 @@ #include "connection.h" #include "microprotocols.h" #include "prepare_protocol.h" +#include "sqlitecompat.h" /* prototypes */ int check_remaining_sql(const char* tail);