Remove explicit sys/sysctl.h includes
Explicitly including sys/sysctl.h breaks the ability to build against muslc.
This commit is contained in:
@@ -96,7 +96,6 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#ifdef USE_SYSCTL_NET_ROUTE
|
||||
#include <stdlib.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/socket.h>
|
||||
#include <net/route.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user