From: munkyu.im Date: Tue, 22 Jan 2013 11:47:11 +0000 (+0900) Subject: extra: remove warning X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~1132 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9619d1ba321dae12e90a7969ec5e2f0620721f6b;p=sdk%2Femulator%2Fqemu.git extra: remove warning Signed-off-by: munkyu.im --- diff --git a/tizen/src/emulator.h b/tizen/src/emulator.h index 4ac9b62ba6..d487892bf0 100644 --- a/tizen/src/emulator.h +++ b/tizen/src/emulator.h @@ -38,6 +38,8 @@ #define __EMULATOR_H__ #include "maru_common.h" +#include "qlist.h" +#include "qemu-option.h" #define MAXLEN 512 #define MAXPACKETLEN 60 @@ -52,6 +54,5 @@ void prepare_maru(void); const gchar * get_log_path(void); const gchar * prepare_maru_devices(const gchar * kernel_cmdline); -// FIXME: Necessary declaration of functions but produces error difficult to solve now -//int maru_device_check(QemuOpts *opts); +int maru_device_check(QemuOpts *opts); #endif /* __EMULATOR_H__ */