[0.2.112] add include for int64_t 89/182589/1 accepted/tizen/unified/20180627.065956 submit/tizen/20180626.021828
authorEunhae Choi <eunhae1.choi@samsung.com>
Tue, 26 Jun 2018 09:49:23 +0000 (18:49 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Tue, 26 Jun 2018 09:49:23 +0000 (18:49 +0900)
Change-Id: I35ac5ad81e9cfd6a3b6c8e200174afa5c9264908

include/mm_message.h

index f33c136..1d76e21 100644 (file)
@@ -23,6 +23,8 @@
 #ifndef __MM_MESSAGE_H__
 #define        __MM_MESSAGE_H__
 
+#include <stdint.h>
+
 #ifdef __cplusplus
        extern "C" {
 #endif