mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Include missing header.
This commit is contained in:
parent
c32ef46f99
commit
31674653eb
@ -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>
|
2012-07-08 Steven Schubiger <stsc@member.fsf.org>
|
||||||
|
|
||||||
* exits.h: Fix comment.
|
* exits.h: Fix comment.
|
||||||
|
@ -67,6 +67,7 @@ as that of the covered work. */
|
|||||||
#include "res.h" /* for res_cleanup */
|
#include "res.h" /* for res_cleanup */
|
||||||
#include "http.h" /* for http_cleanup */
|
#include "http.h" /* for http_cleanup */
|
||||||
#include "retr.h" /* for output_stream */
|
#include "retr.h" /* for output_stream */
|
||||||
|
#include "warc.h" /* for warc_close */
|
||||||
|
|
||||||
#ifdef TESTING
|
#ifdef TESTING
|
||||||
#include "test.h"
|
#include "test.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user