From 02293a65d2f75e5019cedf57f07e9534b2219398 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Tue, 1 Feb 2011 21:19:28 +0000 Subject: Added missing includes svn path=/trunk/netsurf/; revision=11583 --- atari/system_colour.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'atari/system_colour.c') diff --git a/atari/system_colour.c b/atari/system_colour.c index b58717492..69ce5a88c 100644 --- a/atari/system_colour.c +++ b/atari/system_colour.c @@ -21,10 +21,15 @@ * */ +#define WITH_SYSTEM_COLOUR +#ifdef WITH_SYSTEM_COLOUR +#include +#include #include "utils/utils.h" #include "utils/log.h" #include "desktop/gui.h" #include "desktop/options.h" +#include "desktop/plot_style.h" struct gui_system_colour_ctx { const char *name; @@ -282,3 +287,4 @@ css_error gui_system_colour(void *pw, lwc_string *name, css_color *colour) return CSS_INVALID; } +#endif -- cgit v1.2.3