commit | 3625e56930fab3eb095582b418e64d382a70083c | [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:24:22 2018 +0200 |
tree | bf7633bb3f0aca37f95e319c5b4f291ce162c07a | |
parent | 0559c66ac2ef1537dceba52504e4445ba6cd89e2 [diff] [blame] |
Include configuration file for all headers Include the configuration file for all headers that were not included.
diff --git a/include/mbedtls/error.h b/include/mbedtls/error.h index 8b4d3a8..ef22bc6 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> /**