summaryrefslogtreecommitdiff
path: root/debug
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2006-03-10 08:08:45 +0000
committerJames Bursa <james@netsurf-browser.org>2006-03-10 08:08:45 +0000
commitf7634e18c79a331d0fc9d8244411b0fd71a6ce2a (patch)
tree165d058ce77ad5bb56310d15b7abf060e587da02 /debug
parent2bb8de019ccd11e6e4b3599311da0915b2841c3d (diff)
downloadnetsurf-f7634e18c79a331d0fc9d8244411b0fd71a6ce2a.tar.gz
netsurf-f7634e18c79a331d0fc9d8244411b0fd71a6ce2a.tar.bz2
[project @ 2006-03-10 08:08:45 by bursa]
Fix debug build. svn path=/import/netsurf/; revision=2121
Diffstat (limited to 'debug')
-rw-r--r--debug/netsurfd.c3
1 files changed, 3 insertions, 0 deletions
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;