Fix build failure 26/187626/1
authorchleun.moon <chleun.moon@samsung.com>
Mon, 27 Aug 2018 04:28:53 +0000 (13:28 +0900)
committerchleun.moon <chleun.moon@samsung.com>
Mon, 27 Aug 2018 04:28:59 +0000 (13:28 +0900)
Change-Id: I212feac55c19a8ebf6ea31bb1491ae577a68160e
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
include/connection_extension.h
src/libnetwork_mptcp.c

index 3f0457f..2abbc11 100755 (executable)
@@ -18,7 +18,7 @@
 #define __TIZEN_NETWORK_CONNECTION_EXTENSION_H__
 
 #include "net_connection.h"
-#include "network-mptcp-intf.h"
+#include <glib.h>
 
 #ifdef __cplusplus
 extern "C" {
index 3b53185..61489b0 100755 (executable)
@@ -19,6 +19,7 @@
 #include "net_connection_private.h"
 #include "connection_extension.h"
 #include "net_connection_mptcp_private.h"
+#include "network-mptcp-intf.h"
 
 static const char* __convert_mptcp_path_manager_enum_to_str(connection_mptcp_path_manager_e pm)
 {