Fixup missing includes

svn path=/trunk/netsurf/; revision=2745
This commit is contained in:
John Mark Bell 2006-07-13 21:52:35 +00:00
parent 652f594cbb
commit 3716a5853e
2 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,8 @@
#ifndef _NETSURF_DESKTOP_OPTIONS_H_
#define _NETSURF_DESKTOP_OPTIONS_H_
#include <stdbool.h>
struct tree;
enum { OPTION_HTTP_PROXY_AUTH_NONE = 0, OPTION_HTTP_PROXY_AUTH_BASIC = 1,

View File

@ -5,6 +5,7 @@
* Copyright 2005 Richard Wilson <info@tinct.net>
*/
#include "netsurf/css/css.h"
#include "netsurf/desktop/options.h"
#include "netsurf/riscos/dialog.h"
#include "netsurf/riscos/gui.h"