mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:07:34 +00:00
LibCore: Include sys/ucred.h in System.h for FreeBSD
This commit is contained in:
parent
374a24d84c
commit
938a4e26b5
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