mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-21 21:14:20 +02:00
Switch to utmpx
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
1df890b238
commit
2bc12549a1
2 changed files with 9 additions and 8 deletions
|
|
@ -9,7 +9,7 @@ pub const pam = @cImport({
|
|||
});
|
||||
|
||||
pub const utmp = @cImport({
|
||||
@cInclude("utmp.h");
|
||||
@cInclude("utmpx.h");
|
||||
});
|
||||
|
||||
pub const xcb = @cImport({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue