diff options
author | Paul Brook <paul@codesourcery.com> | 2010-06-13 19:00:50 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2010-06-13 19:00:50 +0100 |
commit | dfebfa71c6b235140e3c588217cd0f9232664943 (patch) | |
tree | 71aaf81b6864f6b30de9ea5d1a6b97ecd5348ce2 /dyngen-exec.h | |
parent | add2065468c347e4eba4bb01539373246506635c (diff) | |
download | qemu-dfebfa71c6b235140e3c588217cd0f9232664943.tar.gz qemu-dfebfa71c6b235140e3c588217cd0f9232664943.tar.bz2 qemu-dfebfa71c6b235140e3c588217cd0f9232664943.zip |
Move stdbool.h
Move inclusion of stdbool.h to common header files, instead of including
in an ad-hoc manner.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'dyngen-exec.h')
-rw-r--r-- | dyngen-exec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dyngen-exec.h b/dyngen-exec.h index 0700a2d9bb..5bfef3f6fe 100644 --- a/dyngen-exec.h +++ b/dyngen-exec.h @@ -31,6 +31,7 @@ host headers do not allow that. */ #include <stddef.h> #include <stdint.h> +#include <stdbool.h> #ifdef __OpenBSD__ #include <sys/types.h> |