summaryrefslogtreecommitdiff
path: root/render/html_interaction.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/html_interaction.c')
-rw-r--r--render/html_interaction.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/render/html_interaction.c b/render/html_interaction.c
index 72ab22d81..dbae06377 100644
--- a/render/html_interaction.c
+++ b/render/html_interaction.c
@@ -54,6 +54,13 @@
#include "render/imagemap.h"
#include "render/search.h"
+/* TODO:
+ * This is currently needed here because the forms stuff (select menu
+ * specifically) is badly designed. But I'd rather it were here in the
+ * core than in all the front ends. We should fix this so we communicate
+ * with the browser window layer via the content message system. -- tlsa */
+#include <desktop/browser_private.h>
+
/**
* Get pointer shape for given box
*