Skip to content
Snippets Groups Projects
Commit 808849e5 authored by Tom Lane's avatar Tom Lane
Browse files

Fix lack of repeat-inclusion guard in win32 substitute sys/socket.h.

I think this explains the 'implicit declaration of function gai_strerror'
warnings visible in the current buildfarm report from snake: if
sys/socket.h is included again after getaddrinfo.h, the file would
merrily undefine the gai_strerror macro.
parent 3ff58b48
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment