From 9619d1ba321dae12e90a7969ec5e2f0620721f6b Mon Sep 17 00:00:00 2001 From: "munkyu.im" Date: Tue, 22 Jan 2013 20:47:11 +0900 Subject: [PATCH] extra: remove warning Signed-off-by: munkyu.im --- tizen/src/emulator.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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__ */ -- 2.34.1