From: Steven Schubiger Date: Sun, 8 Jul 2012 09:36:54 +0000 (+0200) Subject: Include missing header. X-Git-Tag: v1.14~3 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=31674653eb2ee894e8f8d67882514925acf639f2;hp=c32ef46f99ac78f0172a7784ca8055382857b4f6 Include missing header. --- diff --git a/src/ChangeLog b/src/ChangeLog index e91cc218..8fcd0bf0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-07-03 Steven Schubiger + + * init.c: Include warc.h for warc_close in cleanup function. + 2012-07-08 Steven Schubiger * exits.h: Fix comment. 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"