From: Giuseppe Scrivano Date: Sun, 9 Dec 2012 14:41:18 +0000 (+0100) Subject: Fix a build error with new gnulib versions. X-Git-Tag: v1.15~75 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=dcf667fb579245af3c1755882797c8ee5d709377;hp=a2c0835007b66cfd8789d83d252ed33e45f8de38 Fix a build error with new gnulib versions. --- diff --git a/src/ChangeLog b/src/ChangeLog index 18a26694..9f52e8e0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-12-09 Giuseppe Scrivano + + * test.c: Include "wget.h". + 2012-12-08 Michael Stapelberg (tiny change) * retr.c (retrieve_url): Set iri->orig_url to NULL after it is diff --git a/src/test.c b/src/test.c index 80abafff..4602314f 100644 --- a/src/test.c +++ b/src/test.c @@ -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 as that of the covered work. */ +#include "wget.h" + #include #include "test.h"