Fixup missing includes
svn path=/trunk/netsurf/; revision=2745
This commit is contained in:
parent
652f594cbb
commit
3716a5853e
|
@ -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,
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue