Skip to content

Commit

Permalink
sstorage: Add missed header
Browse files Browse the repository at this point in the history
PRI macro requires inttypes.h header

Signed-off-by: Ruslan Piasetskyi <ruslan.piasetskyi@gmail.com>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
  • Loading branch information
rpiasetskyi authored and jforissier committed Sep 9, 2019
1 parent 292da2f commit 559b214
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions secure_storage/ta/secure_storage_ta.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

#include <inttypes.h>
#include <secure_storage_ta.h>
#include <tee_internal_api.h>
#include <tee_internal_api_extensions.h>
Expand Down

0 comments on commit 559b214

Please sign in to comment.