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
commit 938a4e26b5
Notes: sideshowbarker 2024-07-19 16:54:11 +09:00

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>