From 9a6b4b1b07d0e4236661e6520f7f6b1f84c5c0e2 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 26 Mar 2012 11:01:48 +0000 Subject: Include render/box.h and render/html.h to fix build. svn path=/trunk/netsurf/; revision=13719 --- riscos/textselection.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'riscos') diff --git a/riscos/textselection.c b/riscos/textselection.c index a87b6cbdf..d080099a5 100644 --- a/riscos/textselection.c +++ b/riscos/textselection.c @@ -34,7 +34,9 @@ #include "riscos/message.h" #include "riscos/save.h" #include "riscos/textselection.h" +#include "render/box.h" #include "render/form.h" +#include "render/html.h" #include "utils/log.h" #include "utils/utf8.h" #include "utils/utils.h" -- cgit v1.2.3