mirror of https://github.com/fairyglade/ly.git
Update src/main.zig
Co-authored-by: ShiningLea <anerruption@disroot.org>
This commit is contained in:
parent
b71af04a23
commit
dca605689c
|
|
@ -18,7 +18,7 @@ const Save = @import("config/Save.zig");
|
|||
const migrator = @import("config/migrator.zig");
|
||||
const SharedError = @import("SharedError.zig");
|
||||
const utils = @import("tui/utils.zig");
|
||||
const c_import = @cImport({
|
||||
const unistd = @cImport({
|
||||
@cInclude("unistd.h");
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue