summaryrefslogtreecommitdiff
path: root/desktop/selection.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-08-01 17:22:17 +0100
committerVincent Sanders <vince@kyllikki.org>2019-08-01 19:51:19 +0100
commit57427620704c707fa5d50eb6f01a5c4654708c4c (patch)
treedb046ce7188be5133fbbaf4da7da7e167858a601 /desktop/selection.c
parentf4f67698eb6eb92a8ac606f771401c0c480d0ad5 (diff)
downloadnetsurf-57427620704c707fa5d50eb6f01a5c4654708c4c.tar.gz
netsurf-57427620704c707fa5d50eb6f01a5c4654708c4c.tar.bz2
split browser and browser_window operations
Diffstat (limited to 'desktop/selection.c')
-rw-r--r--desktop/selection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/selection.c b/desktop/selection.c
index 35eabb2a9..10aa4c7dd 100644
--- a/desktop/selection.c
+++ b/desktop/selection.c
@@ -36,6 +36,7 @@
#include "html/html_internal.h"
#include "html/font.h"
#include "text/textplain.h"
+#include "netsurf/browser_window.h"
#include "netsurf/mouse.h"
#include "desktop/browser_private.h"