diff options
Diffstat (limited to 'src/include/port/win32/sys/socket.h')
-rw-r--r-- | src/include/port/win32/sys/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/port/win32/sys/socket.h b/src/include/port/win32/sys/socket.h index 93df14ed7ce..86950699e4d 100644 --- a/src/include/port/win32/sys/socket.h +++ b/src/include/port/win32/sys/socket.h @@ -12,4 +12,5 @@ /* Restore old ERROR value */ #ifdef PGERROR #define ERROR PGERROR + #endif |