* src/netrc.c: Fix Standalone compilation of netrc file

This commit is contained in:
Gisle Vanem 2018-01-17 14:44:52 +01:00 committed by Darshit Shah
parent 3249045a91
commit 513cc1c0c8

View File

@ -461,6 +461,9 @@ free_netrc(acc_t *l)
#ifdef STANDALONE
#include <sys/types.h>
#include <sys/stat.h>
#include "exits.h"
const char *program_argstring = NULL; /* Needed by warc.c */
int
main (int argc, char **argv)