mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 18:27:39 +00:00
LibCore: Implement socket credentials for Solaris
This commit is contained in:
parent
9139515aed
commit
cdd1c8d0d9
2 changed files with 7 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
|
||||
#ifdef AK_OS_SOLARIS
|
||||
# include <sys/filio.h>
|
||||
# include <ucred.h>
|
||||
#endif
|
||||
|
||||
namespace Core::System {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue