summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2021-08-15 05:33:12 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2022-05-27 15:09:48 +0100
commit9ab9eabfa6a0da2cfc5badc35bcb5e78537e139b (patch)
tree62e22bed9d68220101f2869b5cf5553687b5d53f /desktop
parenta558f12b53a6188c5185548636d8ae63ebd4b941 (diff)
downloadnetsurf-9ab9eabfa6a0da2cfc5badc35bcb5e78537e139b.tar.gz
netsurf-9ab9eabfa6a0da2cfc5badc35bcb5e78537e139b.tar.bz2
Browser window: include theme.h
This is necessary to avoid a warning on platforms that support theme installation.
Diffstat (limited to 'desktop')
-rw-r--r--desktop/browser_window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/browser_window.c b/desktop/browser_window.c
index 38ae7743d..c70db7cf1 100644
--- a/desktop/browser_window.c
+++ b/desktop/browser_window.c
@@ -62,6 +62,7 @@
#include "desktop/hotlist.h"
#include "desktop/knockout.h"
#include "desktop/browser_history.h"
+#include "desktop/theme.h"
#ifdef WITH_THEME_INSTALL
#include "desktop/theme.h"