Fix MSVC build for changes to binaryheap.
After 5af0263afd, binaryheap.c needs to be listed in Mkvcbuild.pm. Per buildfarm.
This commit is contained in:
parent
5af0263afd
commit
83223f5f71
@ -135,7 +135,7 @@ sub mkvcbuild
|
|||||||
}
|
}
|
||||||
|
|
||||||
our @pgcommonallfiles = qw(
|
our @pgcommonallfiles = qw(
|
||||||
archive.c base64.c checksum_helper.c compression.c
|
archive.c base64.c binaryheap.c checksum_helper.c compression.c
|
||||||
config_info.c controldata_utils.c d2s.c encnames.c exec.c
|
config_info.c controldata_utils.c d2s.c encnames.c exec.c
|
||||||
f2s.c file_perm.c file_utils.c hashfn.c ip.c jsonapi.c
|
f2s.c file_perm.c file_utils.c hashfn.c ip.c jsonapi.c
|
||||||
keywords.c kwlookup.c link-canary.c md5_common.c percentrepl.c
|
keywords.c kwlookup.c link-canary.c md5_common.c percentrepl.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user