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
Lingkai Dong 2021-05-18 17:19:02 +01:00 committed by Jaeden Amero
parent aa0c917140
commit d1655ea772
1 changed files with 2 additions and 1 deletions

View File

@ -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