Skip to content
Snippets Groups Projects
Commit a6f56780 authored by Yorhel's avatar Yorhel
Browse files

ui.zig: Fix typo in setting _XOPEN_SOURCE feature test macro

parent 23c59f28
No related branches found
No related tags found
No related merge requests found
......@@ -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");
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment