Fix headerscheck in vpath builds
authorJohn Naylor <[email protected]>
Tue, 6 Sep 2022 05:46:41 +0000 (12:46 +0700)
committerJohn Naylor <[email protected]>
Tue, 6 Sep 2022 05:49:26 +0000 (12:49 +0700)
Oversight in dac048f71e per buildfarm animal crake.
Fix per suggestion from Andrew Dunstan.

Discussion: https://www.postgresql.org/message-id/e3f4a3d0-dfcc-41cc-1ed2-acc15700ddef%40dunslane.net

src/tools/pginclude/headerscheck

index 2a88bd9f00e77ed13ea2e0f0b98a24076bf8c094..158c99d6afcf5647a001d7eec710c5327668474e 100755 (executable)
@@ -155,6 +155,8 @@ do
                EXTRAINCLUDES="$python_includespec" ;;
            src/interfaces/ecpg/*)
                EXTRAINCLUDES="-I $builddir/src/interfaces/ecpg/include -I $srcdir/src/interfaces/ecpg/include" ;;
+               src/backend/utils/adt/*)
+               EXTRAINCLUDES="-I $builddir/src/backend/utils/adt/" ;;
            *)
                EXTRAINCLUDES="" ;;
        esac