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:
90b6ad8
)
[Title] add glib header to build guest_server module on Windows.
author
Kitae Kim
<kt920.kim@samsung.com>
Mon, 4 Jun 2012 15:00:42 +0000
(
00:00
+0900)
committer
Kitae 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
patch
|
blob
|
history
diff --git
a/tizen/src/guest_server.c
b/tizen/src/guest_server.c
index b4743a74bf8136db0535570a90ade5f6f3dfb341..79b7958ea230794be68b7382c91b9167c90b0fa9 100644
(file)
--- a/
tizen/src/guest_server.c
+++ b/
tizen/src/guest_server.c
@@
-33,6
+33,7
@@
#include <unistd.h>
#include <stdint.h>
#include <assert.h>
+#include <glib.h>
#ifdef _WIN32
#include <windows.h>