From 7e02b0089c4c454c01eb2e4721718a76a49ef1ca Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 10 Mar 2006 11:10:21 +0000 Subject: [project @ 2006-03-10 11:10:21 by dsilvers] Include gui.h for gui_window struct svn path=/import/netsurf/; revision=2125 --- riscos/window.c | 1 + 1 file changed, 1 insertion(+) diff --git a/riscos/window.c b/riscos/window.c index 840d6277b..e80ef26fc 100644 --- a/riscos/window.c +++ b/riscos/window.c @@ -34,6 +34,7 @@ #include "netsurf/desktop/browser.h" #include "netsurf/desktop/plotters.h" #include "netsurf/desktop/textinput.h" +#include "netsurf/desktop/gui.h" #include "netsurf/render/box.h" #include "netsurf/render/form.h" #include "netsurf/riscos/buffer.h" -- cgit v1.2.3