mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
LibCore: Don't include sys/sysctl.h on Solaris
This commit is contained in:
committed by
Sam Atkins
parent
418f9ceadd
commit
ebc5b33b77
@@ -20,7 +20,7 @@
|
||||
#if defined(AK_OS_SERENITY)
|
||||
# include <serenity.h>
|
||||
# include <syscall.h>
|
||||
#elif defined(AK_OS_BSD_GENERIC)
|
||||
#elif defined(AK_OS_BSD_GENERIC) && !defined(AK_OS_SOLARIS)
|
||||
# include <sys/sysctl.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user