ecs: bug fixed of header include in windows 31/29231/1
authorJinhyung Choi <jinhyung2.choi@samsung.com>
Thu, 23 Oct 2014 05:30:16 +0000 (14:30 +0900)
committerJinhyung 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

index ffc0d2bfa033b3b6cb164bf8e55825c8445e8d33..cb1567b195c75d3c7c37939ea3a7bff51e654b3c 100644 (file)
@@ -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"
 #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"