mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:37:35 +00:00
LibCore: Make FreeBSD build SerenityOS
This commit is contained in:
parent
4f716caa33
commit
41765895a8
2 changed files with 7 additions and 0 deletions
|
@ -17,6 +17,9 @@
|
|||
#ifdef __serenity__
|
||||
# include <serenity.h>
|
||||
#endif
|
||||
#ifdef __FreeBSD__
|
||||
# include <sys/ucred.h>
|
||||
#endif
|
||||
|
||||
namespace Core::Stream {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue