Skip to content
Snippets Groups Projects
Commit e727fb82 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Marty Kuhrt's #include fixes for VMS

parent c78df568
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment