mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibCore: Include sys/ucred.h in System.h for FreeBSD
This commit is contained in:
parent
374a24d84c
commit
938a4e26b5
Notes:
sideshowbarker
2024-07-19 16:54:11 +09:00
Author: https://github.com/ghost
Commit: 938a4e26b5
Pull-request: https://github.com/SerenityOS/serenity/pull/18506
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@
|
|||
# include <shadow.h>
|
||||
#endif
|
||||
|
||||
#ifdef AK_OS_FREEBSD
|
||||
# include <sys/ucred.h>
|
||||
#endif
|
||||
|
||||
#ifdef AK_OS_SOLARIS
|
||||
# include <sys/filio.h>
|
||||
# include <ucred.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue