LibCore: Make FreeBSD build SerenityOS

This commit is contained in:
Isak Holmstrom 2022-02-14 18:52:30 +01:00 committed by Linus Groh
commit 41765895a8
Notes: sideshowbarker 2024-07-17 18:38:43 +09:00
2 changed files with 7 additions and 0 deletions

View file

@ -17,6 +17,9 @@
#ifdef __serenity__
# include <serenity.h>
#endif
#ifdef __FreeBSD__
# include <sys/ucred.h>
#endif
namespace Core::Stream {