summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-01-05 11:56:45 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-01-05 11:56:45 +0000
commit22ae453e3b7d88bb69ee97ed3400c4106131efb0 (patch)
treef1a250de475ba29e8e82380d21fd3118110ed561
parent8bb5c9206d76d8f4017dc78fc4099875c80f445e (diff)
downloadnetsurf-22ae453e3b7d88bb69ee97ed3400c4106131efb0.tar.gz
netsurf-22ae453e3b7d88bb69ee97ed3400c4106131efb0.tar.bz2
[project @ 2004-01-05 11:56:45 by jmb]
fixup missing include svn path=/import/netsurf/; revision=484
-rw-r--r--riscos/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/theme.c b/riscos/theme.c
index ca5d6a280..88ed6b796 100644
--- a/riscos/theme.c
+++ b/riscos/theme.c
@@ -19,7 +19,7 @@
#include "netsurf/riscos/gui.h"
#include "netsurf/riscos/theme.h"
#include "netsurf/utils/utils.h"
-
+#include "netsurf/utils/log.h"
static wimp_window *theme_toolbar_template = 0;
static osspriteop_area *theme_sprite_area = 0;