From 9691bbe9b32fead5d5268f171d1e185f61a43ac3 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Wed, 12 Jun 2013 16:33:17 +0200 Subject: [PATCH] Make sure polarssl/config.h is included at the start --- 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 2f1b26cf8..0858cb1d3 100644 --- a/tests/suites/helpers.function +++ b/tests/suites/helpers.function @@ -1,5 +1,3 @@ -#include - #ifdef _MSC_VER #include typedef UINT32 uint32_t;