LibCore: Don't include crypt.h and shadow.h in Account.cpp on Haiku
This commit is contained in:
parent
2e0960a7ef
commit
1d475e9312
Notes:
sideshowbarker
2024-07-19 16:51:52 +09:00
Author: https://github.com/ghost Commit: https://github.com/SerenityOS/serenity/commit/1d475e93121 Pull-request: https://github.com/SerenityOS/serenity/pull/20808 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/Hendiadyoin1 Reviewed-by: https://github.com/diversys
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
#include <errno.h>
|
||||
#include <grp.h>
|
||||
#include <pwd.h>
|
||||
#ifndef AK_OS_BSD_GENERIC
|
||||
#if !defined(AK_OS_BSD_GENERIC) && !defined(AK_OS_HAIKU)
|
||||
# include <crypt.h>
|
||||
# include <shadow.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue