1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 14:48:32 -04:00

DBD-SQLite: oops, dbdimp.h was broken by that commit, too

This commit is contained in:
Kenichi Ishigaki 2009-04-03 05:24:40 +00:00
parent 3a2bab1072
commit 4ea7c29274

View file

@ -4,7 +4,7 @@
#define _DBDIMP_H 1
#include "SQLiteXS.h"
#include "sqliteInt.h"
#include "sqlite3.h"
/* 30 second timeout by default */
#define SQL_TIMEOUT 30000