LibCore: Implement socket credentials for Solaris

This commit is contained in:
nipos 2023-02-25 18:58:53 +01:00 committed by Andrew Kaster
commit cdd1c8d0d9
Notes: sideshowbarker 2024-07-19 16:55:38 +09:00
2 changed files with 7 additions and 0 deletions

View file

@ -37,6 +37,7 @@
#ifdef AK_OS_SOLARIS
# include <sys/filio.h>
# include <ucred.h>
#endif
namespace Core::System {