commit | 9cbd1b2ecd6bd7bdc667ee4ffd7244dbcccd7b62 | [log] [tgz] |
---|---|---|
author | Ron Eldor <Ron.Eldor@arm.com> | Sun Dec 16 12:14:37 2018 +0200 |
committer | Ron Eldor <Ron.Eldor@arm.com> | Sun Dec 16 12:14:37 2018 +0200 |
tree | 46db432b26e6843df1669d19e845dec226f56334 | |
parent | 8b0cf2e76fa372ba6a0443ea4ee68469742aae57 [diff] [blame] |
Include configuration file for all headers Include the configuration file for all headers that were not included, and for new headers introduced.
diff --git a/include/mbedtls/error.h b/include/mbedtls/error.h index 0c38889..72e19df 100644 --- a/include/mbedtls/error.h +++ b/include/mbedtls/error.h
@@ -24,6 +24,12 @@ #ifndef MBEDTLS_ERROR_H #define MBEDTLS_ERROR_H +#if !defined(MBEDTLS_CONFIG_FILE) +#include "config.h" +#else +#include MBEDTLS_CONFIG_FILE +#endif + #include <stddef.h> /**