[SeaBIOS] [PATCH 1/7] cpus.h: include cpu-common.h

Eduardo Habkost ehabkost at redhat.com
Tue Jul 10 22:22:16 CEST 2012


Needed for the definition of fprint_function.

Signed-off-by: Eduardo Habkost <ehabkost at redhat.com>
---
 cpus.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/cpus.h b/cpus.h
index 81bd817..061ff7f 100644
--- a/cpus.h
+++ b/cpus.h
@@ -1,6 +1,8 @@
 #ifndef QEMU_CPUS_H
 #define QEMU_CPUS_H
 
+#include "qemu-common.h"
+
 /* cpus.c */
 void qemu_init_cpu_loop(void);
 void resume_all_vcpus(void);
-- 
1.7.10.4




More information about the SeaBIOS mailing list