Skip to content

Commit ee5dbc8

Browse files
committed
cpluspluscheck: Update include path
Some things in src/include/fe_utils require libpq headers, so add libpq's include path to the command line used here.
1 parent cfe96ae commit ee5dbc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/pginclude/cpluspluscheck

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ do
3636
echo '};'
3737
} >$tmp/test.cpp
3838

39-
${CXX:-g++} -I . -I src/include -fsyntax-only -Wall -c $tmp/test.cpp
39+
${CXX:-g++} -I . -I src/interfaces/libpq -I src/include -fsyntax-only -Wall -c $tmp/test.cpp
4040
done

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy