mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 06:40:05 +00:00
LibC: Move crypt() and crypt_r() to the right header file
According to POSIX.1 these should be in <crypt.h>.
This commit is contained in:
parent
f05086a5d2
commit
ce77caf479
Notes:
sideshowbarker
2024-07-18 18:49:58 +09:00
Author: https://github.com/gunnarbeutner
Commit: ce77caf479
Pull-request: https://github.com/SerenityOS/serenity/pull/6777
Reviewed-by: https://github.com/awesomekling
6 changed files with 35 additions and 9 deletions
|
@ -9,6 +9,7 @@
|
|||
#include <AK/ScopeGuard.h>
|
||||
#include <LibCore/Account.h>
|
||||
#include <LibCore/File.h>
|
||||
#include <crypt.h>
|
||||
#include <errno.h>
|
||||
#include <grp.h>
|
||||
#include <pwd.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue