projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c18deb7
)
[Title] include windows header
author
giwoong.kim
<giwoong.kim@samsung.com>
Thu, 29 Mar 2012 08:49:42 +0000
(17:49 +0900)
committer
giwoong.kim
<giwoong.kim@samsung.com>
Thu, 29 Mar 2012 11:04:59 +0000
(20:04 +0900)
[Type]
[Module] Emulator
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
tizen/src/debug_ch.c
patch
|
blob
|
history
diff --git
a/tizen/src/debug_ch.c
b/tizen/src/debug_ch.c
index 45ff08f2ed8f44f8dd2b2856bd989806effe20f1..506c3c465d90da15d2bca2e01066391152143e69 100644
(file)
--- a/
tizen/src/debug_ch.c
+++ b/
tizen/src/debug_ch.c
@@
-33,9
+33,13
@@
#include <string.h>
#include <assert.h>
#include <unistd.h>
-#ifndef __WIN32
+
+#ifdef _WIN32
+#include <windows.h>
+#else
#include <errno.h>
#endif
+
#include "debug_ch.h"
static char logpath[512] = {0,};