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:
parent
bb025955c3
commit
8445279306
@ -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
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user