Skip to content
Snippets Groups Projects
Commit c8580f51 authored by Josua Mayer's avatar Josua Mayer Committed by John Crispin
Browse files

u-boot-envtools: fix building with glibc


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: default avatarJosua Mayer <josua.mayer97@gmail.com>
parent d7e4b9ba
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment