From bf5459c18bb2e2c23d2cd41bb86081ac4ffa671a Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 25 Mar 2012 10:21:47 +0000 Subject: Include render/box.h svn path=/trunk/netsurf/; revision=13667 --- gtk/selection.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk') diff --git a/gtk/selection.c b/gtk/selection.c index 534d983ee..be2e44cbf 100644 --- a/gtk/selection.c +++ b/gtk/selection.c @@ -28,6 +28,8 @@ #include "gtk/selection.h" #include "gtk/window.h" #include "utils/utf8.h" + +#include "render/box.h" static GString *current_selection = NULL; static GtkClipboard *clipboard; -- cgit v1.2.3