mirror of https://github.com/ARMmbed/mbed-os.git
psa: Add missing inclusion of crypto_types.h
val_client_defs.h includes crypto_values.h, but the latter requires type definitions from crypto_types.h.pull/14652/head
parent
aa0c917140
commit
d1655ea772
|
|
@ -20,7 +20,8 @@
|
|||
|
||||
#include "val.h"
|
||||
#include "psa/client.h"
|
||||
#include "crypto_values.h"
|
||||
#include "psa/crypto_types.h"
|
||||
#include "psa/crypto_values.h"
|
||||
|
||||
#define INVALID_SID 0x0000FA20
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue