qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH 4/4] qemu/log.h: Fix missing includes


From: Peter Crosthwaite
Subject: [Qemu-trivial] [PATCH 4/4] qemu/log.h: Fix missing includes
Date: Sat, 26 Jan 2013 12:54:36 -0800

qemu/log.h needs a few bits and pieces from qemu-common to compile.
Fixes the case where qemu/log.h is the first files included.

Signed-off-by: Peter Crosthwaite <address@hidden>
---
 include/qemu/log.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/qemu/log.h b/include/qemu/log.h
index 58f69cb..0a1266d 100644
--- a/include/qemu/log.h
+++ b/include/qemu/log.h
@@ -2,6 +2,7 @@
 #define QEMU_LOG_H
 
 #include <stdarg.h>
+#include "qemu-common.h"
 #ifdef NEED_CPU_H
 #include "disas/disas.h"
 #endif
-- 
1.7.12.1.396.g16eed7c





reply via email to

[Prev in Thread] Current Thread [Next in Thread]