diff options
| author | Pierre Joye <pajoye@php.net> | 2012-03-04 15:08:12 +0000 |
|---|---|---|
| committer | Pierre Joye <pajoye@php.net> | 2012-03-04 15:08:12 +0000 |
| commit | 94994104a54a57ee3ff2a143a1f6c43850589378 (patch) | |
| tree | 1110b64c3c8c36adc351caa6e6eab699a5e7afc7 /win32/sendmail.c | |
| parent | 4e2e632fbdd587de502b4db603b1e15a2176a633 (diff) | |
| download | php-git-94994104a54a57ee3ff2a143a1f6c43850589378.tar.gz | |
- bump minimum version, no more XP/2003
Diffstat (limited to 'win32/sendmail.c')
| -rw-r--r-- | win32/sendmail.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/sendmail.c b/win32/sendmail.c index c4969ad5e3..4b09697e95 100644 --- a/win32/sendmail.c +++ b/win32/sendmail.c @@ -25,6 +25,7 @@ #ifndef NETWARE #include <winsock2.h> #include "time.h" +# include <Ws2tcpip.h> #else /* NETWARE */ #include <netware/sendmail_nw.h> #endif /* NETWARE */ |
