]> sjero.net Git - wget/commitdiff
[svn] #include'd spider.h to get rid of compiler warnings.
authormtortonesi <devnull@localhost>
Mon, 28 Aug 2006 14:41:40 +0000 (07:41 -0700)
committermtortonesi <devnull@localhost>
Mon, 28 Aug 2006 14:41:40 +0000 (07:41 -0700)
src/ChangeLog
src/http.c
src/main.c
src/recur.c

index 4bcb98cc9b83ca47a95fe53681931b5d4b3521fe..01e38b20abd0bba0b75b2d0ab12b24d0818145b0 100644 (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
index a6fb4d1d90b852450785d140c0bf179e4faaedab..99a059e57e2c70a6070f047cfa4cad02e9d78d06 100644 (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"
index bf9eef772fb44958b90a8ead6428399eee41c386..1f3880fdf302f542947dfef6302532ef76a471a3 100644 (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. */
index 33e32bec734d23a936e6f1ba7e6440c9479af7a2..980fc49d9636e96b62774cb05b6ed5a026056f12 100644 (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"
 \f
 /* Functions for maintaining the URL queue.  */