authd: reslib: fix compile on win32

This commit is contained in:
William Pitcock 2016-03-20 03:56:00 -05:00
parent 4063dc2f62
commit f23719b7cd

View file

@ -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 *);