From 2fbf3113918119eac050c25a2a547c601638498a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Sat, 12 Jul 2014 03:32:40 +0200 Subject: [PATCH] Fix dependency issue in memory_buffer_alloc --- library/memory_buffer_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/memory_buffer_alloc.c b/library/memory_buffer_alloc.c index 6edf20750..00ac3f138 100644 --- a/library/memory_buffer_alloc.c +++ b/library/memory_buffer_alloc.c @@ -37,10 +37,10 @@ #if defined(POLARSSL_MEMORY_DEBUG) #include +#endif #if defined(POLARSSL_MEMORY_BACKTRACE) #include #endif -#endif #if defined(POLARSSL_THREADING_C) #include "polarssl/threading.h"