osutil: fix compilation errors on Windows and MacOS. 66/32366/1
authorKitae Kim <kt920.kim@samsung.com>
Wed, 17 Dec 2014 12:14:10 +0000 (21:14 +0900)
committerKitae Kim <kt920.kim@samsung.com>
Wed, 17 Dec 2014 12:14:10 +0000 (21:14 +0900)
Change-Id: Ia597584dba038602776866fc2caa738c8b3cca59
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
tizen/src/util/osutil-darwin.c
tizen/src/util/osutil-win32.c

index d8c5ffa8e5f84c0b75b49c5b03ac94c6bdf79f4d..77ef28afb118aed4d7af053e28cbbd78b722e0a9 100644 (file)
@@ -38,9 +38,9 @@
 #include "osutil.h"
 #include "emulator.h"
 #include "emul_state.h"
-#include "debug_ch.h"
 #include "maru_err_table.h"
 #include "sdb.h"
+#include "emulator_options.h"
 
 #ifndef CONFIG_DARWIN
 #error
@@ -52,6 +52,7 @@
 #include <sys/sysctl.h>
 #include <SystemConfiguration/SystemConfiguration.h>
 
+#include "debug_ch.h"
 MULTI_DEBUG_CHANNEL(qemu, osutil);
 
 static int g_shmid;
index cbcf18b6dfc907e0eeb31d538fd0ac5353e7f556..9dc28b1138374999d627fdaba5209ccd8822856d 100644 (file)
@@ -39,9 +39,9 @@
 #include "osutil.h"
 #include "emulator.h"
 #include "emul_state.h"
-#include "debug_ch.h"
 #include "maru_err_table.h"
 #include "sdb.h"
+#include "emulator_options.h"
 
 #ifndef CONFIG_WIN32
 #error
@@ -49,6 +49,7 @@
 
 #include <windows.h>
 
+#include "debug_ch.h"
 MULTI_DEBUG_CHANNEL (emulator, osutil);
 
 static HANDLE g_hMapFile;