mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +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>
|
# include <shadow.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef AK_OS_FREEBSD
|
||||||
|
# include <sys/ucred.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef AK_OS_SOLARIS
|
#ifdef AK_OS_SOLARIS
|
||||||
# include <sys/filio.h>
|
# include <sys/filio.h>
|
||||||
# include <ucred.h>
|
# include <ucred.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue