From 53072afcbb278d0ce52ea9bef55323301e126a1e Mon Sep 17 00:00:00 2001 From: Christian Kern Date: Mon, 6 Oct 2014 13:20:38 +0200 Subject: [PATCH] Fix for internal issue #227: "Replace all occurences of non-standard header malloc.h with stdlib.h" --- base_c/src/memory_allocation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_c/src/memory_allocation.c b/base_c/src/memory_allocation.c index 4e2e878..c6f8bfc 100644 --- a/base_c/src/memory_allocation.c +++ b/base_c/src/memory_allocation.c @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #ifdef EMBB_DEBUG -- libgit2 0.26.0