qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 06/11] qemu-config.h: Include headers it needs


From: Andreas Färber
Subject: [Qemu-devel] [PATCH 06/11] qemu-config.h: Include headers it needs
Date: Thu, 15 Nov 2012 04:06:42 +0100

From: Eduardo Habkost <address@hidden>

Include:
- <stdio.h> for FILE
- qemu-option.h for QemuOptsList

Some of those headers were probably being included by accident because
some other headers were including qemu-common.h, but those headers
should eventually stop including qemu-common.h.

Signed-off-by: Eduardo Habkost <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
---
 qemu-config.h |    2 ++
 1 Datei geändert, 2 Zeilen hinzugefügt(+)

diff --git a/qemu-config.h b/qemu-config.h
index 5557562..812c4c5 100644
--- a/qemu-config.h
+++ b/qemu-config.h
@@ -1,6 +1,8 @@
 #ifndef QEMU_CONFIG_H
 #define QEMU_CONFIG_H
 
+#include <stdio.h>
+#include "qemu-option.h"
 #include "error.h"
 
 extern QemuOptsList qemu_fsdev_opts;
-- 
1.7.10.4




reply via email to

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