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

Fix failing make check

This commit is contained in:
Darshit Shah 2014-06-16 20:50:30 +05:30
parent bb025955c3
commit 8445279306
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2014-06-16 Darshit Shah <darnir@gmail.com>
* test.c: Include locale.h header for gettext.
2014-06-16 Giuseppe Scrivano <gscrivan@redhat.com> 2014-06-16 Giuseppe Scrivano <gscrivan@redhat.com>
* http.c (gethttp): Set "Connection: Keep-Alive" with keep-alive * http.c (gethttp): Set "Connection: Keep-Alive" with keep-alive

View File

@ -31,6 +31,9 @@ as that of the covered work. */
#include "wget.h" #include "wget.h"
#include <stdio.h> #include <stdio.h>
#ifdef ENABLE_NLS
# include <locale.h>
#endif
#include "test.h" #include "test.h"