From: Eduardo Habkost Date: Tue, 23 Oct 2012 23:29:38 +0000 (-0200) Subject: qemu-config.h: Include headers it needs X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c8aba9ced945a59fe2638d34660a940a3e727038;p=qemu.git qemu-config.h: Include headers it needs 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 Signed-off-by: Andreas Färber --- diff --git a/qemu-config.h b/qemu-config.h index 5557562c33..812c4c5b10 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;