From patchwork Fri Nov 9 14:56:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [10/24] qemu-config.h: include headers it needs Date: Fri, 09 Nov 2012 04:56:38 -0000 From: Eduardo Habkost X-Patchwork-Id: 198108 Message-Id: <1352473012-20500-11-git-send-email-ehabkost@redhat.com> To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, riku.voipio@iki.fi, blauwirbel@gmail.com, Anthony Liguori , Igor Mammedov , =?UTF-8?q?Andreas=20F=C3=A4rber?= Include: - 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 Acked-by: Andreas Färber --- 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 +#include "qemu-option.h" #include "error.h" extern QemuOptsList qemu_fsdev_opts;