mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] #include'd spider.h to get rid of compiler warnings.
This commit is contained in:
parent
32c11ffe36
commit
763229b67f
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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. */
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user