summaryrefslogtreecommitdiff
path: root/desktop/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/options.h')
-rw-r--r--desktop/options.h2
1 files changed, 2 insertions, 0 deletions
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 <stdbool.h>
+
struct tree;
enum { OPTION_HTTP_PROXY_AUTH_NONE = 0, OPTION_HTTP_PROXY_AUTH_BASIC = 1,