From f7634e18c79a331d0fc9d8244411b0fd71a6ce2a Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 10 Mar 2006 08:08:45 +0000 Subject: [project @ 2006-03-10 08:08:45 by bursa] Fix debug build. svn path=/import/netsurf/; revision=2121 --- debug/netsurfd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debug/netsurfd.c') diff --git a/debug/netsurfd.c b/debug/netsurfd.c index a185255cd..4a7f978bd 100644 --- a/debug/netsurfd.c +++ b/debug/netsurfd.c @@ -15,6 +15,7 @@ #include "netsurf/content/fetchcache.h" #include "netsurf/desktop/gui.h" #include "netsurf/desktop/options.h" +#include "netsurf/desktop/textinput.h" #include "netsurf/image/bitmap.h" #include "netsurf/render/box.h" #include "netsurf/riscos/save_complete.h" @@ -196,3 +197,5 @@ bool gui_search_term_highlighted(struct gui_window *g, unsigned *start_idx, unsigned *end_idx) { return false; } const char *local_encoding_name(void) { return "ISO-8859-1"; } + +struct caret ghost_caret; -- cgit v1.2.3