From 574a12b091030a84f1f20ec4c1877ca5c52588d9 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 2 Nov 2010 15:15:06 +0000 Subject: switched g_canvas.h includes to use "" rather than <> so it can use g_canvas.h if its included in this folder svn path=/trunk/externals/hcs/; revision=14256 --- sys_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys_gui.c') diff --git a/sys_gui.c b/sys_gui.c index eb96ff1..570e1ea 100644 --- a/sys_gui.c +++ b/sys_gui.c @@ -1,7 +1,7 @@ #include #include #include -#include +#include "g_canvas.h" #define DEBUG(x) -- cgit v1.2.1