OSDN Git Service

sim: dv-cfi: include stdbool.h
authorvapier <vapier>
Mon, 10 Oct 2011 02:41:54 +0000 (02:41 +0000)
committervapier <vapier>
Mon, 10 Oct 2011 02:41:54 +0000 (02:41 +0000)
commit6c2a4661a577ba781a88e18631771dd169e3f002
tree2b6fd03b404b71c710235ca48338331c0e83a761
parent4b9c212275ab8e05c7f24c430b8b260dced17ad9
sim: dv-cfi: include stdbool.h

The dv-cfi code uses the bool type but doesn't include the stdbool.h
header.  I didn't notice for Blackfin targets as the core Blackfin
header will include stdbool.h, but most targets don't do this.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
sim/common/ChangeLog
sim/common/dv-cfi.c