Nico Baggus' VMS adjustments

This commit is contained in:
Daniel Stenberg
2001-08-06 12:19:26 +00:00
parent 1400561a5a
commit 93bcfd4e65
2 changed files with 17 additions and 0 deletions

View File

@@ -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"