TF-M patch: Add necessary include in tfm_ns_lock.h

pull/10502/head
Oren Cohen 2019-04-28 14:12:41 +03:00
parent ea81bf91c9
commit 5342015bb1
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ extern "C" {
#endif
#include <stdint.h>
#include "tfm_api.h"
typedef int32_t (*veneer_fn) (uint32_t arg0, uint32_t arg1,
uint32_t arg2, uint32_t arg3);