libmm-sound: Included header file to resolve warnings 54/65454/2
authoraravind.gara <aravind.gara@samsung.com>
Mon, 11 Apr 2016 04:55:36 +0000 (13:55 +0900)
committeraravind.gara <aravind.gara@samsung.com>
Mon, 11 Apr 2016 10:31:29 +0000 (19:31 +0900)
[Version] 0.10.21
[Profile] Common
[Issue Type] Warnings

Change-Id: I95c7c7a1523e22f1725f0d0549543ba41e66d854
Signed-off-by: aravind.gara <aravind.gara@samsung.com>
packaging/libmm-sound.spec
server/plugin/tone/mm_sound_plugin_codec_tone.c
server/plugin/wav/mm_sound_plugin_codec_wave.c

index 5a14755..b998e42 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-sound
 Summary:    MMSound Package contains client lib and sound_server binary
-Version:    0.10.20
+Version:    0.10.21
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
index 756d3ee..1366fb8 100644 (file)
@@ -29,6 +29,7 @@
 #include <mm_error.h>
 #include <mm_debug.h>
 #include <mm_sound.h>
+#include <unistd.h>
 
 /* For Beep */
 #include <math.h>
index c01a30f..2ea3502 100644 (file)
@@ -33,6 +33,7 @@
 
 #include "../../include/mm_sound_plugin_codec.h"
 #include "../../../include/mm_sound_common.h"
+#include <unistd.h>
 
 #define SAMPLE_COUNT   128
 #define WAV_FILE_SAMPLE_PLAY_DURATION          350                     /*Unit: ms*/