Fix includes

pull/8935/head
Oren Cohen 2018-12-04 18:37:47 +02:00
parent d614fd8955
commit fa5c96c857
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
#include <stdlib.h>
#include <string.h>
#include "psa_crypto_ifs.h"
#include "psa_crypto_srv_ifs.h"
#include "spm/psa_defs.h"
#include "spm/spm_client.h"

View File

@ -7,7 +7,7 @@
#define PSA_CRYPTO_SECURE 1
#include "crypto_spe.h"
#include "crypto_platform_spe.h"
#include "psa_crypto_partition.h"
#include "psa_crypto_srv_partition.h"
#include "mbedtls/entropy.h"
#if defined(MBEDTLS_PLATFORM_C)