Switch to utmpx

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2024-07-27 23:39:09 +02:00
parent 1df890b238
commit 2bc12549a1
2 changed files with 9 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ pub const pam = @cImport({
});
pub const utmp = @cImport({
@cInclude("utmp.h");
@cInclude("utmpx.h");
});
pub const xcb = @cImport({