summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2019-09-11 16:21:29 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2019-09-11 16:21:29 +0000
commit749b3346946fe331445deaabef562c55f8835af9 (patch)
treeb3a0f04f68adf9fb47b1d2035d1d9d9860b83fd8 /include
parent0289ab9eb8476808f50e6b858079acc65f6cd2e6 (diff)
parent948a0c0d3c756a69dca56f76d02eed119956cc79 (diff)
Merge "mbedtls: use #include <...> instead of "..."" into integration
Diffstat (limited to 'include')
-rw-r--r--include/drivers/auth/mbedtls/mbedtls_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drivers/auth/mbedtls/mbedtls_config.h b/include/drivers/auth/mbedtls/mbedtls_config.h
index acfde268..f7248f98 100644
--- a/include/drivers/auth/mbedtls/mbedtls_config.h
+++ b/include/drivers/auth/mbedtls/mbedtls_config.h
@@ -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
/*