Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f70b1b2

Browse files
committed
Fix MSVC build.
The new file in src/port needs to be listed in Mkvcbuild.pm as well.
1 parent 26b45dc commit f70b1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/Mkvcbuild.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ sub mkvcbuild
7070
srandom.c getaddrinfo.c gettimeofday.c inet_net_ntop.c kill.c open.c
7171
erand48.c snprintf.c strlcat.c strlcpy.c dirmod.c exec.c noblock.c path.c
7272
pgcheckdir.c pg_crc.c pgmkdirp.c pgsleep.c pgstrcasecmp.c qsort.c qsort_arg.c quotes.c
73-
sprompt.c tar.c thread.c getopt.c getopt_long.c dirent.c rint.c win32env.c
73+
sprompt.c tar.c thread.c wait_error.c getopt.c getopt_long.c dirent.c rint.c win32env.c
7474
win32error.c win32setlocale.c);
7575

7676
our @pgcommonallfiles = qw(

0 commit comments

Comments
 (0)