1
Fork 0
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:
nipos 2023-04-25 17:00:10 +02:00 committed by Andreas Kling
parent 374a24d84c
commit 938a4e26b5

View file

@ -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>