We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8924a51 commit 3097191Copy full SHA for 3097191
sys/sqlite3/connex.go
@@ -4,6 +4,7 @@ package sqlite3
4
#cgo pkg-config: sqlite3
5
#include <sqlite3.h>
6
#include <stdlib.h>
7
+#include <stdint.h>
8
9
extern int go_busy_handler(void* userInfo, int n);
10
static inline int _sqlite3_busy_handler(sqlite3* db, uintptr_t userInfo) {
0 commit comments