From dcf667fb579245af3c1755882797c8ee5d709377 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Sun, 9 Dec 2012 15:41:18 +0100 Subject: [PATCH] Fix a build error with new gnulib versions. --- src/ChangeLog | 4 ++++ src/test.c | 2 ++ 2 files changed, 6 insertions(+) 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" -- 2.39.2