Skip to content

Commit aada1a3

Browse files
committed
fix typo
1 parent 94b12a1 commit aada1a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/utils.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
#endif
2424
#endif
2525

26+
#ifndef SQLITE_CORE
27+
SQLITE_EXTENSION_INIT3
28+
#endif
29+
2630
#define FNV_OFFSET_BASIS 0xcbf29ce484222325ULL
2731
#define FNV_PRIME 0x100000001b3ULL
2832

0 commit comments

Comments
 (0)