diff options
Diffstat (limited to 'docs/examples/anyauthput.c')
-rw-r--r-- | docs/examples/anyauthput.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/examples/anyauthput.c b/docs/examples/anyauthput.c index dd5b5ddf7..c96f3c180 100644 --- a/docs/examples/anyauthput.c +++ b/docs/examples/anyauthput.c @@ -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> |