commit | 579923c51b35610c86a3e0428bfc64a98db6187f | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sat Mar 26 13:39:34 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sat Mar 26 13:39:34 2011 +0000 |
tree | c2cb42df8a30b438108657d5cd8a43e71903d4f1 | |
parent | 287781a965bfc1603c6314632803d303ddbf406a [diff] [blame] |
- The config header file is now always included in all tests
diff --git a/tests/suites/helpers.function b/tests/suites/helpers.function index 32500b9..cfb0253 100644 --- a/tests/suites/helpers.function +++ b/tests/suites/helpers.function
@@ -1,3 +1,5 @@ +#include <polarssl/config.h> + #ifdef _MSC_VER #include <basetsd.h> typedef UINT32 uint32_t;