提交 017cf5b1 编写于 作者: E Eduardo Habkost 提交者: Andreas Färber

qemu-fsdev-dummy.c: Include module.h

module.h is where machine_init() is defined, but qemu-fsdev-dummy.c
doesn't include it.

The header is probably being included by accident because some other
headers are including qemu-common.h, but those headers should eventually
stop including qemu-common.h.
Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
Signed-off-by: NAndreas Färber <afaerber@suse.de>
上级 074a86fc
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#include <string.h> #include <string.h>
#include "qemu-fsdev.h" #include "qemu-fsdev.h"
#include "qemu-config.h" #include "qemu-config.h"
#include "module.h"
int qemu_fsdev_add(QemuOpts *opts) int qemu_fsdev_add(QemuOpts *opts)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册