1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-12-21 13:38:01 +03:00

Fix [4e713558f6c6ea3d] so that it supports separate builds of rtree.

FossilOrigin-Name: d030e955d703772e1637ef2c07d29816fc869ead0a15a85ec8b4633e5ca08e0a
This commit is contained in:
drh
2025-10-24 16:01:55 +00:00
parent 9af334f54a
commit 033dbac510
3 changed files with 9 additions and 9 deletions

View File

@@ -62,7 +62,7 @@
#else
#include "sqlite3.h"
#endif
i64 sqlite3GetToken(const unsigned char*,int*); /* In the SQLite core */
sqlite3_int64 sqlite3GetToken(const unsigned char*,int*); /* In SQLite core */
#include <stddef.h>