Make sure polarssl/config.h is included at the start

(cherry picked from commit 9691bbe9b3)
This commit is contained in:
Paul Bakker 2013-06-24 19:17:50 +02:00
parent f1f21fe825
commit 28837ff2f4
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -1,5 +1,3 @@
#include <polarssl/config.h>
#ifdef _MSC_VER
#include <basetsd.h>
typedef UINT32 uint32_t;