mirror of
https://github.com/novatiq/packages.git
synced 2026-07-15 00:09:26 +01:00
e4925c1efd
The correct includes for musl are protected by an __GLIBC__ check in the upstream sources. Since musl does not provide own defines to identify itself, simply invert the condition to !__UCLIBC__ in order to fix the build on all libc flavors supported by OpenWrt. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>