diff options
Diffstat (limited to 'sqlite3-binding.c')
-rw-r--r-- | sqlite3-binding.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sqlite3-binding.c b/sqlite3-binding.c new file mode 100644 index 0000000..7ca6381 --- /dev/null +++ b/sqlite3-binding.c @@ -0,0 +1,4 @@ +#ifndef USE_LIBSQLITE3 +# include "code/sqlite3-binding.c" +#endif + |