mirror of
https://github.com/status-im/miniupnp.git
synced 2025-02-02 17:43:37 +00:00
Remove unnecessary sysctl.h include for linux
miniupnpd on Linux unnecessarily includes sys/sysctl.h which breaks builds with musl-libc. Signed-off-by: Steven Barth <cyrus@openwrt.org>
This commit is contained in:
parent
82604ec5d0
commit
47b77fabb6
@ -39,7 +39,7 @@
|
||||
#include <sys/param.h>
|
||||
#if defined(sun)
|
||||
#include <kstat.h>
|
||||
#else
|
||||
#elif !defined(__linux__)
|
||||
/* for BSD's sysctl */
|
||||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user