X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fmain.c;h=caecd6a4b7f0d66fff4334f0fae494091a9767a9;hp=4c1a70e2ecee982f919bde0d53220dba920ac404;hb=dc4645031b9bc9a71f3aafa5cb5d014e1ab16857;hpb=d905504a0af1f808ead87bf6877dafaf6ff6aef8 diff --git a/src/main.c b/src/main.c index 4c1a70e2..caecd6a4 100644 --- a/src/main.c +++ b/src/main.c @@ -27,7 +27,7 @@ modify this file, you may extend this exception to your version of the file, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. */ -#include +#include "wget.h" #include #include @@ -43,7 +43,6 @@ so, delete this exception statement from your version. */ #include #include -#include "wget.h" #include "utils.h" #include "init.h" #include "retr.h" @@ -689,7 +688,7 @@ There is NO WARRANTY, to the extent permitted by law.\n"), stdout); int -main (int argc, char *const *argv) +main (int argc, char **argv) { char **url, **t; int i, ret, longindex;