commit | c1f3caacf2827f9875536830a69626ab5024704e | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sun Oct 04 15:25:48 2009 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sun Oct 04 15:25:48 2009 +0000 |
tree | feeb954703ef243308d49ca80bdcb6ca2e7852ff | |
parent | 5d8d64e1a60ce67b558a069d9c48795f36de6dc9 [diff] |
- Added config.h to requirements for testing
diff --git a/tests/suites/test_suite_mdx.function b/tests/suites/test_suite_mdx.function index 30ca36a..dce243f 100644 --- a/tests/suites/test_suite_mdx.function +++ b/tests/suites/test_suite_mdx.function
@@ -1,4 +1,5 @@ BEGIN_HEADER +#include <polarssl/config.h> #include <polarssl/md2.h> #include <polarssl/md4.h> #include <polarssl/md5.h>