authd: reslib: fix compile on win32
This commit is contained in:
parent
4063dc2f62
commit
f23719b7cd
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,8 @@ static const char digitvalue[256] = {
|
|||
|
||||
#ifndef _WIN32
|
||||
static int parse_resvconf(void);
|
||||
#else
|
||||
static void parse_windows_resolvers(void);
|
||||
#endif
|
||||
|
||||
static void add_nameserver(const char *);
|
||||
|
|
Loading…
Reference in a new issue