1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Marty Kuhrt's #include fixes for VMS

This commit is contained in:
Daniel Stenberg 2003-06-13 06:48:04 +00:00
parent c78df56801
commit e727fb82f2
2 changed files with 4 additions and 0 deletions

View File

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

View File

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