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 d8c5ffa..77ef28a 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 cbcf18b..9dc28b1 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;