From 3716a5853eade06480400ad4a7b8661cbfbdbf16 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 13 Jul 2006 21:52:35 +0000 Subject: Fixup missing includes svn path=/trunk/netsurf/; revision=2745 --- desktop/options.h | 2 ++ riscos/configure/con_fonts.c | 1 + 2 files changed, 3 insertions(+) diff --git a/desktop/options.h b/desktop/options.h index fdfeb89d0..02b2fd21a 100644 --- a/desktop/options.h +++ b/desktop/options.h @@ -24,6 +24,8 @@ #ifndef _NETSURF_DESKTOP_OPTIONS_H_ #define _NETSURF_DESKTOP_OPTIONS_H_ +#include + struct tree; enum { OPTION_HTTP_PROXY_AUTH_NONE = 0, OPTION_HTTP_PROXY_AUTH_BASIC = 1, diff --git a/riscos/configure/con_fonts.c b/riscos/configure/con_fonts.c index ab66a9ab5..2c967107b 100644 --- a/riscos/configure/con_fonts.c +++ b/riscos/configure/con_fonts.c @@ -5,6 +5,7 @@ * Copyright 2005 Richard Wilson */ +#include "netsurf/css/css.h" #include "netsurf/desktop/options.h" #include "netsurf/riscos/dialog.h" #include "netsurf/riscos/gui.h" -- cgit v1.2.3