mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:33:39 +03:00
examples: fix compilation issues
This commit is contained in:
parent
b908376bef
commit
23f8dca6fb
3 changed files with 12 additions and 8 deletions
|
|
@ -27,7 +27,11 @@
|
|||
# ifdef __VMS
|
||||
typedef int intptr_t;
|
||||
# endif
|
||||
# include <stdint.h>
|
||||
# if defined(_AIX) || defined(__sgi) || defined(__osf)
|
||||
typedef long intptr_t;
|
||||
# else
|
||||
# include <stdint.h>
|
||||
# endif
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue