From: Markus Armbruster Date: Fri, 7 Jun 2013 13:00:32 +0000 (+0200) Subject: log.h: Supply missing includes X-Git-Tag: v1.5.1~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa0f47d3904e36af21538f261f8cf12bc4b6ff9c;p=thirdparty%2Fqemu.git log.h: Supply missing includes has always been missing. Rest missed in commit eeacee4. Signed-off-by: Markus Armbruster Reviewed-by: Laszlo "ever the optimist" Ersek Message-id: 1370610036-10577-3-git-send-email-armbru@redhat.com Signed-off-by: Anthony Liguori (cherry picked from commit f3eededb2fbc73c73daf08f791f0407b8541f4f4) Signed-off-by: Michael Roth --- diff --git a/include/qemu/log.h b/include/qemu/log.h index 6b0db02efc3..fd76f913ebb 100644 --- a/include/qemu/log.h +++ b/include/qemu/log.h @@ -2,6 +2,9 @@ #define QEMU_LOG_H #include +#include +#include +#include "qemu/compiler.h" #ifdef NEED_CPU_H #include "disas/disas.h" #endif