[Title] add glib header to build guest_server module on Windows.
authorKitae Kim <kt920.kim@samsung.com>
Mon, 4 Jun 2012 15:00:42 +0000 (00:00 +0900)
committerKitae Kim <kt920.kim@samsung.com>
Mon, 4 Jun 2012 15:00:42 +0000 (00:00 +0900)
[Type] bug fix
[Module] emulator / guest_server
[Priority] Major
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

tizen/src/guest_server.c

index b4743a74bf8136db0535570a90ade5f6f3dfb341..79b7958ea230794be68b7382c91b9167c90b0fa9 100644 (file)
@@ -33,6 +33,7 @@
 #include <unistd.h>
 #include <stdint.h>
 #include <assert.h>
+#include <glib.h>
 
 #ifdef _WIN32
 #include <windows.h>