From 297d6f8d2d27c9501b752debc3801671faf2c8d7 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Thu, 11 Aug 2016 01:15:52 +0900 Subject: update amalgamation code --- callback.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'callback.go') diff --git a/callback.go b/callback.go index e2bf3c6..190b695 100644 --- a/callback.go +++ b/callback.go @@ -11,7 +11,11 @@ package sqlite3 // code for SQLite custom functions is in here. /* +#ifndef USE_LIBSQLITE3 #include +#else +#include +#endif #include void _sqlite3_result_text(sqlite3_context* ctx, const char* s); -- cgit v1.2.3