mirror of
https://github.com/mirror/wget.git
synced 2025-03-01 05:10:20 +08:00
* src/netrc.c: Fix Standalone compilation of netrc file
This commit is contained in:
parent
3249045a91
commit
513cc1c0c8
@ -461,6 +461,9 @@ free_netrc(acc_t *l)
|
|||||||
#ifdef STANDALONE
|
#ifdef STANDALONE
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
#include "exits.h"
|
||||||
|
|
||||||
|
const char *program_argstring = NULL; /* Needed by warc.c */
|
||||||
|
|
||||||
int
|
int
|
||||||
main (int argc, char **argv)
|
main (int argc, char **argv)
|
||||||
|
Loading…
Reference in New Issue
Block a user