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

Commit 213bd06

Browse files
committed
Add new win32 header to headerscheck and cpluspluscheck
Commit 5579388 added src/include/port/win32/netdb.h but forgot to filter it out in the header checking scripts. Per build farm animal crake.
1 parent 52ea290 commit 213bd06

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/tools/pginclude/cpluspluscheck

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ do
7171

7272
# Additional Windows-specific headers.
7373
test "$f" = src/include/port/win32_port.h && continue
74+
test "$f" = src/include/port/win32/netdb.h && continue
7475
test "$f" = src/include/port/win32/sys/resource.h && continue
7576
test "$f" = src/include/port/win32/sys/socket.h && continue
7677
test "$f" = src/include/port/win32_msvc/dirent.h && continue

src/tools/pginclude/headerscheck

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ do
6767

6868
# Additional Windows-specific headers.
6969
test "$f" = src/include/port/win32_port.h && continue
70+
test "$f" = src/include/port/win32/netdb.h && continue
7071
test "$f" = src/include/port/win32/sys/socket.h && continue
7172
test "$f" = src/include/port/win32_msvc/dirent.h && continue
7273
test "$f" = src/include/port/win32_msvc/utime.h && continue

0 commit comments

Comments
 (0)