From 28837ff2f4ed082b6c65718d7126b7cc3f999149 Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Mon, 24 Jun 2013 19:17:50 +0200
Subject: [PATCH] Make sure polarssl/config.h is included at the start (cherry
picked from commit 9691bbe9b32fead5d5268f171d1e185f61a43ac3)
---
tests/scripts/generate_code.pl | 1 +
tests/suites/helpers.function | 2 --
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/scripts/generate_code.pl b/tests/scripts/generate_code.pl
index 366514eda..75d741da8 100755
--- a/tests/scripts/generate_code.pl
+++ b/tests/scripts/generate_code.pl
@@ -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
$suite_header
diff --git a/tests/suites/helpers.function b/tests/suites/helpers.function
index 208e7e675..c4c1790a5 100644
--- a/tests/suites/helpers.function
+++ b/tests/suites/helpers.function
@@ -1,5 +1,3 @@
-#include
-
#ifdef _MSC_VER
#include
typedef UINT32 uint32_t;