mirror of
https://github.com/curl/curl.git
synced 2026-08-25 19:23:32 +03:00
docs/example patches for VMS
This commit is contained in:
parent
e3d65389d7
commit
6582895b51
4 changed files with 11 additions and 7 deletions
|
|
@ -13,7 +13,9 @@
|
|||
#ifdef WIN32
|
||||
# include <io.h>
|
||||
#else
|
||||
# include <stdint.h>
|
||||
# ifndef __VMS
|
||||
# include <stdint.h>
|
||||
# endif
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue