mirror of
https://github.com/curl/curl.git
synced 2026-05-14 17:16:20 +03:00
Marty Kuhrt's #include fixes for VMS
This commit is contained in:
parent
c78df56801
commit
e727fb82f2
2 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,9 @@
|
|||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <curl/curl.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
#include "setup.h"
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <curl/curl.h>
|
||||
#include "urldata.h"
|
||||
#include "share.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue