commit | 55616505876d6683130076b810a27c7889321560 | [log] [tgz] |
---|---|---|
author | Paul Brook <paul@codesourcery.com> | Wed May 13 20:51:49 2009 +0100 |
committer | Paul Brook <paul@codesourcery.com> | Wed May 13 20:54:26 2009 +0100 |
tree | 1502d1a54571042bdab817899830a7b91dc8b62e | |
parent | 6c7f4b47f778258493744a690bfc8dbbb7d21f69 [diff] [blame] |
Include assert.h from qemu-common.h Include assert.h from qemu-common.h and remove other direct uses. cpu-all.h still need to include it because of the dyngen-exec.h hacks Signed-off-by: Paul Brook <paul@codesourcery.com>
diff --git a/qemu-common.h b/qemu-common.h index b2e2829..ee4a672 100644 --- a/qemu-common.h +++ b/qemu-common.h
@@ -23,6 +23,7 @@ #include <unistd.h> #include <fcntl.h> #include <sys/stat.h> +#include <assert.h> #include "config-host.h" #ifndef O_LARGEFILE