We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac76cc commit 829906fCopy full SHA for 829906f
src/tools/pginclude/headerscheck
@@ -155,6 +155,8 @@ do
155
EXTRAINCLUDES="$python_includespec" ;;
156
src/interfaces/ecpg/*)
157
EXTRAINCLUDES="-I $builddir/src/interfaces/ecpg/include -I $srcdir/src/interfaces/ecpg/include" ;;
158
+ src/backend/utils/adt/*)
159
+ EXTRAINCLUDES="-I $builddir/src/backend/utils/adt/" ;;
160
*)
161
EXTRAINCLUDES="" ;;
162
esac
0 commit comments