Add include <stdint.h> for uint64_t 69/260669/3
authorInkyun Kil <inkyun.kil@samsung.com>
Thu, 1 Jul 2021 01:33:51 +0000 (10:33 +0900)
committerInkyun Kil <inkyun.kil@samsung.com>
Thu, 15 Jul 2021 05:35:55 +0000 (14:35 +0900)
To use 'cion_payload.h', make sure of header

Change-Id: Iae3097ad71a163435202a698cf37b1a86eb791e0
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
cion/tizen-api/cion_payload.h

index c6f789ca8e4ed2934c083d12d674c7caac559caf..295beedd009fd307fb78e0c366ba2af4e81b8768 100644 (file)
@@ -18,6 +18,8 @@
 #ifndef CION_TIZEN_API_CION_PAYLOAD_H_
 #define CION_TIZEN_API_CION_PAYLOAD_H_
 
+#include <stdint.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif