mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-03-01 22:00:19 +00:00
tools/env/fw_env.c misses to include stdint.h. Apparently musl doesn't mind and includes this header by default, but glibc does not and causes the build to fail. Signed-off-by: Josua Mayer <josua.mayer97@gmail.com>