[Title]add stdlib.h
authormunkyu.im <munkyu.im@samsung.com>
Wed, 14 Mar 2012 11:14:14 +0000 (20:14 +0900)
committermunkyu.im <munkyu.im@samsung.com>
Wed, 14 Mar 2012 11:14:14 +0000 (20:14 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

tizen/src/process.c

index 5556305..310d96b 100644 (file)
@@ -33,6 +33,8 @@
 #include "process.h"
 #ifndef _WIN32
 #include <wait.h>
+#else
+#include <stdlib.h>
 #endif
 #include <assert.h>