summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Naylor2022-09-06 05:46:41 +0000
committerJohn Naylor2022-09-06 05:49:26 +0000
commit829906fb6c21e39e732f340600f461f3d8db24c2 (patch)
tree0979a9c76617c20e974c59304f768de148119dc7 /src
parenteac76cc012aa4888e882287baae791429396b403 (diff)
Fix headerscheck in vpath builds
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
Diffstat (limited to 'src')
-rwxr-xr-xsrc/tools/pginclude/headerscheck2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/pginclude/headerscheck b/src/tools/pginclude/headerscheck
index 2a88bd9f00e..158c99d6afc 100755
--- a/src/tools/pginclude/headerscheck
+++ b/src/tools/pginclude/headerscheck
@@ -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