diff options
Diffstat (limited to '')
| -rw-r--r-- | c.zig | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -5,6 +5,7 @@ pub const c = if (@hasDecl(root, "loadable_extension")) | |||
| 5 | else | 5 | else |
| 6 | @cImport({ | 6 | @cImport({ |
| 7 | @cInclude("sqlite3.h"); | 7 | @cInclude("sqlite3.h"); |
| 8 | @cInclude("workaround.h"); | ||
| 8 | }); | 9 | }); |
| 9 | 10 | ||
| 10 | // versionGreaterThanOrEqualTo returns true if the SQLite version is >= to the major.minor.patch provided. | 11 | // versionGreaterThanOrEqualTo returns true if the SQLite version is >= to the major.minor.patch provided. |