]> sjero.net Git - wget/commitdiff
Include missing header.
authorSteven Schubiger <stsc@member.fsf.org>
Sun, 8 Jul 2012 09:36:54 +0000 (11:36 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Sun, 8 Jul 2012 09:36:54 +0000 (11:36 +0200)
src/ChangeLog
src/init.c

index e91cc21863f2b425be03a5793eddb2f76f5ec4df..8fcd0bf0c6c621301f15893d7a8eb5c93192b063 100644 (file)
@@ -1,3 +1,7 @@
+2012-07-03  Steven Schubiger  <stsc@member.fsf.org>
+
+       * init.c: Include warc.h for warc_close in cleanup function.
+
 2012-07-08  Steven Schubiger  <stsc@member.fsf.org>
 
        * exits.h: Fix comment.
index 4188ca16c1b66795f896baa771a6caa836af2437..365fb5baf68f38ad38634887915e7db8c9b67b50 100644 (file)
@@ -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"