diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/process.c b/src/process.c index a5eba6c9f17..8e533784260 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -1634,6 +1634,11 @@ Fourth arg SERVICE is name of the service desired, or an integer\n\ | |||
| 1634 | int retry = 0; | 1634 | int retry = 0; |
| 1635 | int count = specpdl_ptr - specpdl; | 1635 | int count = specpdl_ptr - specpdl; |
| 1636 | 1636 | ||
| 1637 | #ifdef WINDOWSNT | ||
| 1638 | /* Ensure socket support is loaded if available. */ | ||
| 1639 | init_winsock (TRUE); | ||
| 1640 | #endif | ||
| 1641 | |||
| 1637 | GCPRO4 (name, buffer, host, service); | 1642 | GCPRO4 (name, buffer, host, service); |
| 1638 | CHECK_STRING (name, 0); | 1643 | CHECK_STRING (name, 0); |
| 1639 | CHECK_STRING (host, 0); | 1644 | CHECK_STRING (host, 0); |