Commit 53072afc by Christian Kern

Fix for internal issue #227: "Replace all occurences of non-standard header malloc.h with stdlib.h"

parent a092e1c0
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include <embb/base/c/internal/config.h> #include <embb/base/c/internal/config.h>
#include <embb/base/c/atomic.h> #include <embb/base/c/atomic.h>
#include <embb/base/c/internal/unused.h> #include <embb/base/c/internal/unused.h>
#include <malloc.h> #include <stdlib.h>
#include <assert.h> #include <assert.h>
#ifdef EMBB_DEBUG #ifdef EMBB_DEBUG
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment