commit | 9691bbe9b32fead5d5268f171d1e185f61a43ac3 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jun 12 16:33:17 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jun 12 16:33:17 2013 +0200 |
tree | 7aa698b26b7195f9accd0ef49e21443b618ae087 | |
parent | cf6e95d9a81c7b22271beb58a09b5c756148e62a [diff] |
Make sure polarssl/config.h is included at the start
diff --git a/tests/scripts/generate_code.pl b/tests/scripts/generate_code.pl index 366514e..75d741d 100755 --- a/tests/scripts/generate_code.pl +++ b/tests/scripts/generate_code.pl
@@ -49,6 +49,7 @@ open(TEST_FILE, ">$test_file") or die "Opening destination file '$test_file': $!"; print TEST_FILE << "END"; #include "fct.h" +#include <polarssl/config.h> $suite_header