qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 1/3] qemu-config.h: include qemu-option.h


From: Eduardo Habkost
Subject: [Qemu-devel] [PATCH 1/3] qemu-config.h: include qemu-option.h
Date: Mon, 19 Mar 2012 11:54:41 -0300

It uses QemuOptList, so it needs qemu-option.h to be included.

Signed-off-by: Eduardo Habkost <address@hidden>
---
 qemu-config.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/qemu-config.h b/qemu-config.h
index 20d707f..ba7796c 100644
--- a/qemu-config.h
+++ b/qemu-config.h
@@ -1,6 +1,8 @@
 #ifndef QEMU_CONFIG_H
 #define QEMU_CONFIG_H
 
+#include "qemu-option.h"
+
 extern QemuOptsList qemu_fsdev_opts;
 extern QemuOptsList qemu_virtfs_opts;
 extern QemuOptsList qemu_spice_opts;
-- 
1.7.3.2




reply via email to

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