commit | 725e7f49425744006b53afc58cc3bf45a2a2d334 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jun 23 20:08:39 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jun 25 11:26:14 2014 +0200 |
tree | 2b311a6ab10d783ba87bb23b8c25bcee3ae6d083 | |
parent | dd0c0f33c013d1d7d4e401364dbc9c9ebce53295 [diff] [blame] |
Fix include in reduced config files
diff --git a/configs/config-suite-b.h b/configs/config-suite-b.h index bfd6048..bac71e9 100644 --- a/configs/config-suite-b.h +++ b/configs/config-suite-b.h
@@ -51,6 +51,6 @@ /* For testing with compat.sh */ #define POLARSSL_FS_IO -#include "check_config.h" +#include "polarssl/check_config.h" #endif /* POLARSSL_CONFIG_H */