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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 808849e54f20eb404adba4c87bf61159033f6005
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-07-16T01:35:28Z
Releases: 8.2.0
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.

Files

PathChange+/−
src/include/port/win32/sys/socket.h modified +9 −1