aboutsummaryrefslogtreecommitdiff
path: root/sqlite3-binding.c
diff options
context:
space:
mode:
authorPhilip O'Toole <philip.otoole@yahoo.com>2016-02-23 01:18:14 -0500
committerPhilip O'Toole <philip.otoole@yahoo.com>2016-02-23 01:18:14 -0500
commit3e97a4ca68500045276a2ba7051740bd53e40d06 (patch)
treed984cc8023dffd95fd37fc6ed293ba80f973592a /sqlite3-binding.c
parentMerge pull request #134 from antoine-lizee/patch-1 (diff)
parentMerge pull request #267 from ianlancetaylor/go16 (diff)
downloadgolite-3e97a4ca68500045276a2ba7051740bd53e40d06.tar.gz
golite-3e97a4ca68500045276a2ba7051740bd53e40d06.tar.xz
Merge pull request #1 from mattn/master
Bring master up-to-date
Diffstat (limited to 'sqlite3-binding.c')
-rw-r--r--sqlite3-binding.c4
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
+