[svn] #include'd spider.h to get rid of compiler warnings.

This commit is contained in:
mtortonesi 2006-08-28 07:41:40 -07:00
parent 32c11ffe36
commit 763229b67f
4 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,11 @@
2006-08-28 Mauro Tortonesi <mauro@ferrara.linux.it>
* http.c: #include'd spider.h to get rid of compiler warnings.
* main.c: Ditto.
* recur.c: Ditto.
2006-08-24 Mauro Tortonesi <mauro@ferrara.linux.it>
* Makefile.in: Added spider.c to the list of files to compile and

View File

@ -59,6 +59,7 @@ so, delete this exception statement from your version. */
# include "gen-md5.h"
#endif
#include "convert.h"
#include "spider.h"
#ifdef TESTING
#include "test.h"

View File

@ -52,6 +52,7 @@ so, delete this exception statement from your version. */
#include "url.h"
#include "progress.h" /* for progress_handle_sigwinch */
#include "convert.h"
#include "spider.h"
#include "http.h" /* for save_cookies */
/* On GNU system this will include system-wide getopt.h. */

View File

@ -48,6 +48,7 @@ so, delete this exception statement from your version. */
#include "hash.h"
#include "res.h"
#include "convert.h"
#include "spider.h"
/* Functions for maintaining the URL queue. */