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:
41b0638
)
ecs: bug fixed of header include in windows
31/29231/1
author
Jinhyung Choi
<jinhyung2.choi@samsung.com>
Thu, 23 Oct 2014 05:30:16 +0000
(14:30 +0900)
committer
Jinhyung Choi
<jinhyung2.choi@samsung.com>
Thu, 23 Oct 2014 05:30:16 +0000
(14:30 +0900)
Change-Id: I53b84583336897221b7f5e9e8f081581ec05e63c
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
tizen/src/ecs/ecs_msg.c
patch
|
blob
|
history
diff --git
a/tizen/src/ecs/ecs_msg.c
b/tizen/src/ecs/ecs_msg.c
index ffc0d2bfa033b3b6cb164bf8e55825c8445e8d33..cb1567b195c75d3c7c37939ea3a7bff51e654b3c 100644
(file)
--- a/
tizen/src/ecs/ecs_msg.c
+++ b/
tizen/src/ecs/ecs_msg.c
@@
-30,7
+30,6
@@
#include <stdbool.h>
#include <pthread.h>
#include <glib.h>
-#include <arpa/inet.h>
#include "hw/qdev.h"
#include "net/net.h"
@@
-50,6
+49,10
@@
#include <sys/epoll.h>
#endif
+#ifndef CONFIG_WIN32
+#include <arpa/inet.h>
+#endif
+
#include "qemu-common.h"
#include "ecs-json-streamer.h"
#include "qmp-commands.h"