1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 10:47:35 +00:00

LibCore: Implement socket credentials for Solaris

This commit is contained in:
nipos 2023-02-25 18:58:53 +01:00 committed by Andrew Kaster
parent 9139515aed
commit cdd1c8d0d9
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 {