Include missing header.

This commit is contained in:
Steven Schubiger 2012-07-08 11:36:54 +02:00 committed by Giuseppe Scrivano
parent c32ef46f99
commit 31674653eb
2 changed files with 5 additions and 0 deletions

View 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.

View 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"