diff options
-rw-r--r-- | sim/common/ChangeLog | 4 | ||||
-rw-r--r-- | sim/common/dv-cfi.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index f88343b..f632572 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,5 +1,9 @@ 2011-10-09 Mike Frysinger <vapier@gentoo.org> + * dv-cfi.c: Include stdbool.h. + +2011-10-09 Mike Frysinger <vapier@gentoo.org> + * dv-cfi.c: Replace devices.h include with hw-base.h and hw-main.h. 2011-10-04 Mike Frysinger <vapier@gentoo.org> diff --git a/sim/common/dv-cfi.c b/sim/common/dv-cfi.c index 42d868c..a1ecaf9 100644 --- a/sim/common/dv-cfi.c +++ b/sim/common/dv-cfi.c @@ -27,6 +27,7 @@ #include <math.h> #include <errno.h> #include <fcntl.h> +#include <stdbool.h> #include <unistd.h> #ifdef HAVE_SYS_MMAN_H #include <sys/mman.h> |