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 ++ 1 file changed, 2 insertions(+) (limited to 'desktop/options.h') 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, -- cgit v1.2.3