From e22b29229f3fdcd6bcc42672da5e1133a93f257c Mon Sep 17 00:00:00 2001 From: "munkyu.im" Date: Wed, 14 Mar 2012 20:14:14 +0900 Subject: [PATCH] [Title]add stdlib.h [Type] [Module] [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- tizen/src/process.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tizen/src/process.c b/tizen/src/process.c index 5556305..310d96b 100644 --- a/tizen/src/process.c +++ b/tizen/src/process.c @@ -33,6 +33,8 @@ #include "process.h" #ifndef _WIN32 #include +#else +#include #endif #include -- 2.7.4