X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Finit.c;h=365fb5baf68f38ad38634887915e7db8c9b67b50;hp=4188ca16c1b66795f896baa771a6caa836af2437;hb=31674653eb2ee894e8f8d67882514925acf639f2;hpb=c32ef46f99ac78f0172a7784ca8055382857b4f6 diff --git a/src/init.c b/src/init.c index 4188ca16..365fb5ba 100644 --- a/src/init.c +++ b/src/init.c @@ -67,6 +67,7 @@ as that of the covered work. */ #include "res.h" /* for res_cleanup */ #include "http.h" /* for http_cleanup */ #include "retr.h" /* for output_stream */ +#include "warc.h" /* for warc_close */ #ifdef TESTING #include "test.h"