Merge "mbedtls: use #include <...> instead of "..."" into integration

This commit is contained in:
Soby Mathew 2019-09-11 16:21:29 +00:00 committed by TrustedFirmware Code Review
commit 749b334694
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
#ifndef __ASSEMBLER__
/* System headers required to build mbed TLS with the current configuration */
#include <stdlib.h>
#include "mbedtls/check_config.h"
#include <mbedtls/check_config.h>
#endif
/*