diff options
Diffstat (limited to 'errors.zig')
| -rw-r--r-- | errors.zig | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -1,8 +1,6 @@ | |||
| 1 | const std = @import("std"); | 1 | const std = @import("std"); |
| 2 | 2 | ||
| 3 | const c = @cImport({ | 3 | const c = @import("c.zig").c; |
| 4 | @cInclude("sqlite3.h"); | ||
| 5 | }); | ||
| 6 | 4 | ||
| 7 | pub const SQLiteExtendedIOError = error{ | 5 | pub const SQLiteExtendedIOError = error{ |
| 8 | SQLiteIOErrRead, | 6 | SQLiteIOErrRead, |