mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 01:08:41 -09:00
parent
a6f5678088
commit
2b23951e4f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,11 +8,11 @@ const main = @import("main.zig");
|
|||
const util = @import("util.zig");
|
||||
|
||||
pub const c = @cImport({
|
||||
@cDefine("_XOPEN_SOURCE", "1");
|
||||
@cInclude("stdio.h");
|
||||
@cInclude("string.h");
|
||||
@cInclude("curses.h");
|
||||
@cInclude("time.h");
|
||||
@cDefine("_XOPEN_SOURCE", "1");
|
||||
@cInclude("wchar.h");
|
||||
@cInclude("locale.h");
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue