commit | 2fbf3113918119eac050c25a2a547c601638498a | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Sat Jul 12 03:32:40 2014 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Aug 14 11:34:34 2014 +0200 |
tree | 5d5cd4cfee2ea44c146c243a7c51aefed0b43010 | |
parent | ab3d8627f30b90db17cb53e13df6a0c2654ce480 [diff] [blame] |
Fix dependency issue in memory_buffer_alloc
diff --git a/library/memory_buffer_alloc.c b/library/memory_buffer_alloc.c index 6edf207..00ac3f1 100644 --- a/library/memory_buffer_alloc.c +++ b/library/memory_buffer_alloc.c
@@ -37,10 +37,10 @@ #if defined(POLARSSL_MEMORY_DEBUG) #include <stdio.h> +#endif #if defined(POLARSSL_MEMORY_BACKTRACE) #include <execinfo.h> #endif -#endif #if defined(POLARSSL_THREADING_C) #include "polarssl/threading.h"