]> sjero.net Git - wget/commitdiff
Fix a build error with new gnulib versions.
authorGiuseppe Scrivano <gscrivano@gnu.org>
Sun, 9 Dec 2012 14:41:18 +0000 (15:41 +0100)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Sun, 9 Dec 2012 14:41:18 +0000 (15:41 +0100)
src/ChangeLog
src/test.c

index 18a26694ecf25291b65d9f3778d22bce02f3af3f..9f52e8e00b70dfc184ffd8cb2d16691a8f8fb21f 100644 (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)
 
        * retr.c (retrieve_url): Set iri->orig_url to NULL after it is
index 80abafff9fb5cb234a735fd8b6a0820793a84954..4602314f7c51498506b2db01cfb3f826bb7cc139 100644 (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
 as that of the covered work.  */
 
+#include "wget.h"
+
 #include <stdio.h>
 
 #include "test.h"