1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Fix a build error with new gnulib versions.

This commit is contained in:
Giuseppe Scrivano 2012-12-09 15:41:18 +01:00
parent a2c0835007
commit dcf667fb57
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-12-09 Giuseppe Scrivano <gscrivano@gnu.org>
* test.c: Include "wget.h".
2012-12-08 Michael Stapelberg <michael@stapelberg.de> (tiny change) 2012-12-08 Michael Stapelberg <michael@stapelberg.de> (tiny change)
* retr.c (retrieve_url): Set iri->orig_url to NULL after it is * retr.c (retrieve_url): Set iri->orig_url to NULL after it is

View File

@ -28,6 +28,8 @@ Corresponding Source for a non-source form of such a combination
shall include the source code for the parts of OpenSSL used as well shall include the source code for the parts of OpenSSL used as well
as that of the covered work. */ as that of the covered work. */
#include "wget.h"
#include <stdio.h> #include <stdio.h>
#include "test.h" #include "test.h"