summaryrefslogtreecommitdiff
path: root/content/fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetch.c')
-rw-r--r--content/fetch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/fetch.c b/content/fetch.c
index 6948fcbea..e10f0abcb 100644
--- a/content/fetch.c
+++ b/content/fetch.c
@@ -57,6 +57,7 @@
#include "content/fetchers/curl.h"
#include "content/fetchers/data.h"
#include "content/fetchers/file.h"
+#include "javascript/fetcher.h"
#include "content/urldb.h"
/* Define this to turn on verbose fetch logging */
@@ -291,6 +292,7 @@ nserror fetcher_init(void)
fetch_file_register();
fetch_resource_register();
fetch_about_register();
+ fetch_javascript_register();
return NSERROR_OK;
}