mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 01:08:41 -09:00
ui.zig: Fix typo in setting _XOPEN_SOURCE feature test macro
This commit is contained in:
parent
23c59f2874
commit
a6f5678088
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ pub const c = @cImport({
|
|||
@cInclude("string.h");
|
||||
@cInclude("curses.h");
|
||||
@cInclude("time.h");
|
||||
@cDefine("_X_OPEN_SOURCE", "1");
|
||||
@cDefine("_XOPEN_SOURCE", "1");
|
||||
@cInclude("wchar.h");
|
||||
@cInclude("locale.h");
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue