diff options
Diffstat (limited to 'src/dillo.cc')
-rw-r--r-- | src/dillo.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dillo.cc b/src/dillo.cc index 2a65e12c..405f4c3e 100644 --- a/src/dillo.cc +++ b/src/dillo.cc @@ -57,6 +57,7 @@ #include "capi.h" #include "dicache.h" #include "cookies.h" +#include "actions.h" #include "hsts.h" #include "domain.h" #include "auth.h" @@ -489,6 +490,7 @@ int main(int argc, char **argv) a_Dicache_init(); a_Bw_init(); a_Cookies_init(); + a_Actions_init(); a_Hsts_init(Paths::getPrefsFP(PATHS_HSTS_PRELOAD)); a_Auth_init(); a_UIcmd_init(); |