From ec4a7851d5914bbdc5b65175e2489ec19020217e Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 21 Feb 2020 16:14:09 -0500 Subject: [PATCH] Adjust Solution.pm to set HAVE_STDINT_H. We're not testing that anywhere anymore, but for consistency, it should get defined. --- src/tools/msvc/Solution.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm index 39470a869e..75f916399c 100644 --- a/src/tools/msvc/Solution.pm +++ b/src/tools/msvc/Solution.pm @@ -342,7 +342,7 @@ sub GenerateFiles HAVE_SPINLOCKS => 1, HAVE_SRANDOM => undef, HAVE_STDBOOL_H => 1, - HAVE_STDINT_H => undef, + HAVE_STDINT_H => 1, HAVE_STDLIB_H => 1, HAVE_STRCHRNUL => undef, HAVE_STRERROR_R => undef,