mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-16 02:28: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");
|
const util = @import("util.zig");
|
||||||
|
|
||||||
pub const c = @cImport({
|
pub const c = @cImport({
|
||||||
|
@cDefine("_XOPEN_SOURCE", "1");
|
||||||
@cInclude("stdio.h");
|
@cInclude("stdio.h");
|
||||||
@cInclude("string.h");
|
@cInclude("string.h");
|
||||||
@cInclude("curses.h");
|
@cInclude("curses.h");
|
||||||
@cInclude("time.h");
|
@cInclude("time.h");
|
||||||
@cDefine("_XOPEN_SOURCE", "1");
|
|
||||||
@cInclude("wchar.h");
|
@cInclude("wchar.h");
|
||||||
@cInclude("locale.h");
|
@cInclude("locale.h");
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue