Remove explicit sys/sysctl.h includes
Explicitly including sys/sysctl.h breaks the ability to build against muslc.
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
#ifdef __UNIX_LIKE__
|
||||
#include <unistd.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
Reference in New Issue
Block a user