From d60706032eed1d30d3546b39ff631013d1691251 Mon Sep 17 00:00:00 2001 From: inmarket Date: Fri, 27 Nov 2015 10:16:40 +1000 Subject: Fix frame demo so that malloc is emulated as rand() needs it on some platforms --- demos/modules/gwin/frame/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/modules/gwin/frame/main.c') diff --git a/demos/modules/gwin/frame/main.c b/demos/modules/gwin/frame/main.c index a97525ab..6668ddbb 100644 --- a/demos/modules/gwin/frame/main.c +++ b/demos/modules/gwin/frame/main.c @@ -1,5 +1,5 @@ #include "gfx.h" -#include "stdio.h" +#include static GListener gl; static GHandle ghFrame1; -- cgit v1.2.3