mirror of
https://github.com/curl/curl.git
synced 2026-08-01 22:40:28 +03:00
Nico Baggus' VMS adjustments
This commit is contained in:
parent
1400561a5a
commit
93bcfd4e65
2 changed files with 17 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
#define _REENTRANT
|
||||
|
||||
|
||||
#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
|
||||
#include <winsock.h>
|
||||
#else
|
||||
|
|
@ -46,6 +47,10 @@
|
|||
#ifdef HAVE_ARPA_INET_H
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
#ifdef VMS
|
||||
#include <inet.h>
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "urldata.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue