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

This commit is contained in:
Paul Bakker 2013-06-12 16:33:17 +02:00
parent cf6e95d9a8
commit 9691bbe9b3
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;