build: fix problems with "struct stat" not being defined under eCos
commit02731cf78b3663739e3755295a4239f2658a3fdc
authorØyvind Harboe <oyvind.harboe@zylin.com>
Sun, 31 Jan 2010 14:48:14 +0000 (31 15:48 +0100)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Sun, 31 Jan 2010 14:48:14 +0000 (31 15:48 +0100)
treefcb12cc7efc91513772e784f705ffb7378b38efa
parentf68dff66904321392c3137db7eb40e8633c2e507
build: fix problems with "struct stat" not being defined under eCos

Include <sys/stat.h> according to
http://www.opengroup.org/onlinepubs/000095399/functions/stat.html

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
src/target/arm_semihosting.c