Re: [Qemu-devel] [PATCH 10/24] qemu-config.h: include headers it needs

2012-11-14 Thread Andreas Färber
Am 09.11.2012 15:56, schrieb Eduardo Habkost:
 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 ehabk...@redhat.com

Acked-by: Andreas Färber afaer...@suse.de

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg



[Qemu-devel] [PATCH 10/24] qemu-config.h: include headers it needs

2012-11-09 Thread Eduardo Habkost
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 ehabk...@redhat.com
---
 qemu-config.h | 2 ++
 1 file changed, 2 insertions(+)

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.11.4




[Qemu-devel] [PATCH 10/24] qemu-config.h: include headers it needs

2012-11-09 Thread Eduardo Habkost
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 ehabk...@redhat.com
---
 qemu-config.h | 2 ++
 1 file changed, 2 insertions(+)

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.11.7




[Qemu-devel] [PATCH 10/24] qemu-config.h: include headers it needs

2012-10-23 Thread Eduardo Habkost
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 ehabk...@redhat.com
---
 qemu-config.h | 2 ++
 1 file changed, 2 insertions(+)

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.11.7