From f43a7a77905cf09f048de62f6c19cf512fde271e Mon Sep 17 00:00:00 2001 From: Michael Hartmann Date: Wed, 27 Jan 2016 11:56:38 -0800 Subject: [PATCH] Replace malloc.h with stdlib.h --- src/nanovg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nanovg.c b/src/nanovg.c index c640e85..56eb37b 100644 --- a/src/nanovg.c +++ b/src/nanovg.c @@ -16,9 +16,9 @@ // 3. This notice may not be removed or altered from any source distribution. // +#include #include #include -#include #include #include "nanovg.h"