From 763229b67f0e823505ef5f6cf77d0a7bd5746dc6 Mon Sep 17 00:00:00 2001 From: mtortonesi Date: Mon, 28 Aug 2006 07:41:40 -0700 Subject: [PATCH] [svn] #include'd spider.h to get rid of compiler warnings. --- src/ChangeLog | 8 ++++++++ src/http.c | 1 + src/main.c | 1 + src/recur.c | 1 + 4 files changed, 11 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 4bcb98cc..01e38b20 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2006-08-28 Mauro Tortonesi + + * http.c: #include'd spider.h to get rid of compiler warnings. + + * main.c: Ditto. + + * recur.c: Ditto. + 2006-08-24 Mauro Tortonesi * Makefile.in: Added spider.c to the list of files to compile and diff --git a/src/http.c b/src/http.c index a6fb4d1d..99a059e5 100644 --- a/src/http.c +++ b/src/http.c @@ -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" diff --git a/src/main.c b/src/main.c index bf9eef77..1f3880fd 100644 --- a/src/main.c +++ b/src/main.c @@ -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. */ diff --git a/src/recur.c b/src/recur.c index 33e32bec..980fc49d 100644 --- a/src/recur.c +++ b/src/recur.c @@ -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. */ -- 2.39.2