From 4f249f9d0ab7701876cc5bd6be2338de8dae8e35 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 19 Jun 2006 21:49:25 +0000 Subject: Merge cookies changes into head - unvalidated transactions and a UI still need implementing. svn path=/trunk/netsurf/; revision=2632 --- desktop/netsurf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'desktop/netsurf.c') diff --git a/desktop/netsurf.c b/desktop/netsurf.c index 606774bf3..92f8afcd3 100644 --- a/desktop/netsurf.c +++ b/desktop/netsurf.c @@ -15,6 +15,7 @@ #include "netsurf/utils/config.h" #include "netsurf/content/fetch.h" #include "netsurf/content/fetchcache.h" +#include "netsurf/content/urldb.h" #include "netsurf/desktop/netsurf.h" #include "netsurf/desktop/browser.h" #include "netsurf/desktop/gui.h" @@ -77,6 +78,7 @@ void netsurf_init(int argc, char** argv) lib_init(); url_init(); + urldb_init(); gui_init(argc, argv); setlocale(LC_ALL, ""); fetch_init(); -- cgit v1.2.3