Commit 749b3346 authored by Soby Mathew's avatar Soby Mathew Committed by TrustedFirmware Code Review
Browse files

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

Showing with 1 addition and 1 deletion
+1 -1
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
#ifndef __ASSEMBLER__ #ifndef __ASSEMBLER__
/* System headers required to build mbed TLS with the current configuration */ /* System headers required to build mbed TLS with the current configuration */
#include <stdlib.h> #include <stdlib.h>
#include "mbedtls/check_config.h" #include <mbedtls/check_config.h>
#endif #endif
/* /*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment