From 4a4e9117089ca3fed8f248301481cb86d3b4f1e7 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 24 Jul 2013 10:08:44 +0200 Subject: [PATCH] example: Add missing stdlib.h. This fixes a build error on Windows. --- example/allocate_module.c | 1 + 1 file changed, 1 insertion(+) diff --git a/example/allocate_module.c b/example/allocate_module.c index c6df8c6..295e10e 100644 --- a/example/allocate_module.c +++ b/example/allocate_module.c @@ -20,6 +20,7 @@ #include #endif #include +#include #if UNIT_TESTING extern void* _test_malloc(const size_t size, const char* file, const int line); -- 2.7.4