Set mm-common only at client packages 78/198978/1 submit/tizen/20190131.105357
authorYoungHun Kim <yh8004.kim@samsung.com>
Thu, 31 Jan 2019 10:36:26 +0000 (19:36 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Thu, 31 Jan 2019 10:51:18 +0000 (10:51 +0000)
Change-Id: I5c5d47ab2de739047e1f984501264e580f2fb914
(cherry picked from commit 18e25070d71cbd8a1d7435b213d50cb7defe006c)

client/include/muse_client.h
core/include/muse_core.h
core/include/muse_core_internal.h

index eac1fdb..6d77d95 100644 (file)
@@ -27,6 +27,7 @@ extern "C" {
 #endif
 
 #include "muse_core.h"
+#include <mm_error.h>
 
 int muse_client_new(void);
 int muse_client_new_data_ch(void);
index 3989171..9d08688 100644 (file)
@@ -28,7 +28,6 @@ extern "C" {
 
 #include <stdbool.h>
 #include <stdint.h>
-#include <mm_error.h>
 
 #define MUSE_URI_MAX_LENGTH            4096
 #define MUSE_MSG_MAX_LENGTH            4096
index f6b23ef..8e06ee2 100644 (file)
@@ -39,6 +39,7 @@ extern "C" {
 #include <fcntl.h>
 #include <glib.h>
 #include <gmodule.h>
+#include <mm_error.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <sys/un.h>