Make sure polarssl/config.h is included at the start
(cherry picked from commit 9691bbe9b3
)
This commit is contained in:
parent
f1f21fe825
commit
28837ff2f4
2 changed files with 1 additions and 2 deletions
|
@ -49,6 +49,7 @@ $/ = $line_separator;
|
|||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue