From e50c3ef037ff777ec491b712eeb228239272c011 Mon Sep 17 00:00:00 2001 From: "giwoong.kim" Date: Thu, 29 Mar 2012 17:49:42 +0900 Subject: [PATCH] [Title] include windows header [Type] [Module] Emulator [Priority] [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- tizen/src/debug_ch.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tizen/src/debug_ch.c b/tizen/src/debug_ch.c index 45ff08f..506c3c4 100644 --- a/tizen/src/debug_ch.c +++ b/tizen/src/debug_ch.c @@ -33,9 +33,13 @@ #include #include #include -#ifndef __WIN32 + +#ifdef _WIN32 +#include +#else #include #endif + #include "debug_ch.h" static char logpath[512] = {0,}; -- 2.7.4