Add inet_net_ntop.c as needed by MSVC, per Magnus.

This commit is contained in:
Bruce Momjian 2010-11-26 14:39:13 -05:00
parent f2eba413db
commit e6e38b4ac2
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ sub mkvcbuild
our @pgportfiles = qw(
chklocale.c crypt.c fseeko.c getrusage.c inet_aton.c random.c srandom.c
getaddrinfo.c gettimeofday.c kill.c open.c erand48.c
getaddrinfo.c gettimeofday.c inet_net_ntop.c kill.c open.c erand48.c
snprintf.c strlcat.c strlcpy.c dirmod.c exec.c noblock.c path.c pipe.c
pgsleep.c pgstrcasecmp.c qsort.c qsort_arg.c sprompt.c thread.c
getopt.c getopt_long.c dirent.c rint.c win32env.c win32error.c);