mirror of
https://github.com/curl/curl.git
synced 2026-07-24 22:27:17 +03:00
VMS adjustment
This commit is contained in:
parent
d6662d8442
commit
5d502eb90c
1 changed files with 3 additions and 1 deletions
|
|
@ -13,7 +13,9 @@
|
|||
#ifdef WIN32
|
||||
# include <io.h>
|
||||
#else
|
||||
# ifndef __VMS
|
||||
# ifdef __VMS
|
||||
typedef int intptr_t;
|
||||
# else
|
||||
# include <stdint.h>
|
||||
# endif
|
||||
# include <unistd.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue