diff options
-rw-r--r-- | include/qemu/log.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/qemu/log.h b/include/qemu/log.h index 6b0db02efc..fd76f913eb 100644 --- a/include/qemu/log.h +++ b/include/qemu/log.h @@ -2,6 +2,9 @@ #define QEMU_LOG_H #include <stdarg.h> +#include <stdbool.h> +#include <stdio.h> +#include "qemu/compiler.h" #ifdef NEED_CPU_H #include "disas/disas.h" #endif |