mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:37:35 +00:00
parent
58c6a156bf
commit
d82e41440c
1 changed files with 1 additions and 3 deletions
|
@ -8,13 +8,11 @@
|
|||
#include <AK/Random.h>
|
||||
#include <AK/ScopeGuard.h>
|
||||
#include <LibCore/Account.h>
|
||||
#ifndef AK_OS_MACOS
|
||||
# include <crypt.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
#include <grp.h>
|
||||
#include <pwd.h>
|
||||
#ifndef AK_OS_BSD_GENERIC
|
||||
# include <crypt.h>
|
||||
# include <shadow.h>
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue