Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 829906f

Browse files
committed
Fix headerscheck in vpath builds
Oversight in dac048f per buildfarm animal crake. Fix per suggestion from Andrew Dunstan. Discussion: https://www.postgresql.org/message-id/e3f4a3d0-dfcc-41cc-1ed2-acc15700ddef%40dunslane.net
1 parent eac76cc commit 829906f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/pginclude/headerscheck

+2
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ do
155155
EXTRAINCLUDES="$python_includespec" ;;
156156
src/interfaces/ecpg/*)
157157
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/" ;;
158160
*)
159161
EXTRAINCLUDES="" ;;
160162
esac

0 commit comments

Comments
 (0)