Skip to content
Snippets Groups Projects
Commit 9d16e93d authored by Jeroen Hofstee's avatar Jeroen Hofstee Committed by Tom Rini
Browse files

tools: compiler.h: add missing time.h


genimg_print_time uses time_t, but time.h is never included.
Linux gets away with this since types.h includes time.h.
Explicitly include the header file so building on e.g. FreeBSD
also works.

cc: Tom Rini <trini@ti.com>
Signed-off-by: default avatarJeroen Hofstee <jeroen@myspectrum.nl>
parent 4a755f1d
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