summaryrefslogtreecommitdiff
path: root/frontends/windows/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/windows/main.c')
-rw-r--r--frontends/windows/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/windows/main.c b/frontends/windows/main.c
index da0fcc193..442c71b06 100644
--- a/frontends/windows/main.c
+++ b/frontends/windows/main.c
@@ -38,6 +38,7 @@
#include "netsurf/fetch.h"
#include "netsurf/misc.h"
#include "netsurf/netsurf.h"
+#include "desktop/hotlist.h"
#include "windows/findfile.h"
#include "windows/file.h"
@@ -370,6 +371,7 @@ WinMain(HINSTANCE hInstance, HINSTANCE hLastInstance, LPSTR lpcli, int ncmd)
urldb_load(nsoption_charp(url_file));
urldb_load_cookies(nsoption_charp(cookie_file));
+ hotlist_init(nsoption_charp(hotlist_path));
ret = nsws_create_main_class(hInstance);
ret = nsws_create_drawable_class(hInstance);