[Version] 0.3.67
[Profile] Common
[Issue Type] Bug fix
[Dependency module] N/A
Change-Id: I5763bac9d3115daf17193fd7ff445a8ee9cfbe32
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
INCLUDE_DIRECTORIES(${INC_DIR})
SET(dependents "dlog glib-2.0 iniparser mm-common")
-SET(pc_dependents "muse-core")
+SET(pc_dependents "muse-core mm-common")
INCLUDE(FindPkgConfig)
pkg_check_modules(${MUSE_CLIENT} REQUIRED ${dependents})
#include <stdbool.h>
#include <stdint.h>
+#include <mm_error.h>
#define MUSE_URI_MAX_LENGTH 4096
#define MUSE_MSG_MAX_LENGTH 4096
#include <fcntl.h>
#include <glib.h>
#include <gmodule.h>
-#include <mm_error.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/un.h>
Name: mused
Summary: A multimedia daemon
-Version: 0.3.66
+Version: 0.3.67
Release: 0
Group: System/Libraries
License: Apache-2.0 and BSD-3-Clause