diff options
Diffstat (limited to 'src/include/port/win32/sys')
-rw-r--r-- | src/include/port/win32/sys/socket.h | 1 | ||||
-rw-r--r-- | src/include/port/win32/sys/wait.h | 1 |
2 files changed, 2 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 diff --git a/src/include/port/win32/sys/wait.h b/src/include/port/win32/sys/wait.h index e69de29bb2d..8b137891791 100644 --- a/src/include/port/win32/sys/wait.h +++ b/src/include/port/win32/sys/wait.h @@ -0,0 +1 @@ + |