[project @ 2006-03-10 08:08:45 by bursa]

Fix debug build.

svn path=/import/netsurf/; revision=2121
This commit is contained in:
James Bursa 2006-03-10 08:08:45 +00:00
parent 2bb8de019c
commit f7634e18c7

View File

@ -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;