summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-03-26 11:01:48 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2012-03-26 11:01:48 +0000
commit9a6b4b1b07d0e4236661e6520f7f6b1f84c5c0e2 (patch)
treee0eddccb0897a1641cbd16a0dc5a6920987d4a93 /riscos
parent71325ca6d079e6c3c9057cfd00e8992b0944087f (diff)
downloadnetsurf-9a6b4b1b07d0e4236661e6520f7f6b1f84c5c0e2.tar.gz
netsurf-9a6b4b1b07d0e4236661e6520f7f6b1f84c5c0e2.tar.bz2
Include render/box.h and render/html.h to fix build.
svn path=/trunk/netsurf/; revision=13719
Diffstat (limited to 'riscos')
-rw-r--r--riscos/textselection.c2
1 files changed, 2 insertions, 0 deletions
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"