summaryrefslogtreecommitdiff
path: root/src/dillo.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dillo.cc')
-rw-r--r--src/dillo.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dillo.cc b/src/dillo.cc
index c20d1f02..10430f29 100644
--- a/src/dillo.cc
+++ b/src/dillo.cc
@@ -45,6 +45,7 @@
#include "capi.h"
#include "dicache.h"
#include "cookies.h"
+#include "auth.h"
/*
@@ -102,6 +103,7 @@ int main(int argc, char **argv)
a_Dicache_init();
a_Bw_init();
a_Cookies_init();
+ a_Auth_init();
// Sets WM_CLASS hint on X11
fltk::Window::xclass("dillo");