commit | 0ac1d2d5ca5d1deee89954ccac9fde72b0c0e52a | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jan 26 14:58:04 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jan 26 16:44:37 2015 +0000 |
tree | 798a04fda818a06d7d31cd8aca538991fb7406a6 | |
parent | 1e77a966836acde5d07282db23f03d2f6b388759 [diff] |
Fix error while removing memory.h usage
diff --git a/tests/suites/main_test.function b/tests/suites/main_test.function index fae56f4..9ebd9c3 100644 --- a/tests/suites/main_test.function +++ b/tests/suites/main_test.function
@@ -9,6 +9,10 @@ #define polarssl_free free #endif +#if defined(POLARSSL_MEMORY_BUFFER_ALLOC_C) +#include "polarssl/memory_buffer_alloc.h" +#endif + static int test_errors = 0; SUITE_PRE_DEP