Home
last modified time | relevance | path

Searched hist:"9 d16e93dc25025b29d3450537d180fd6e7c72e00" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/include/
H A Dcompiler.hdiff 9d16e93dc25025b29d3450537d180fd6e7c72e00 Wed Jun 25 16:02:21 CDT 2014 Jeroen Hofstee <jeroen@myspectrum.nl> 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: Jeroen Hofstee <jeroen@myspectrum.nl>