aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/anyauthput.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-06-05 18:40:40 +0000
committerYang Tse <yangsita@gmail.com>2009-06-05 18:40:40 +0000
commit6582895b5146149aab7c619cbcb0ea292cfe12e6 (patch)
tree84ed86d2b403fcd497eca23f064ff7ef03c391f5 /docs/examples/anyauthput.c
parente3d65389d7f3d564d318428eb0f72a8466e476f0 (diff)
docs/example patches for VMS
Diffstat (limited to 'docs/examples/anyauthput.c')
-rw-r--r--docs/examples/anyauthput.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/examples/anyauthput.c b/docs/examples/anyauthput.c
index 11c9d3c77..dd5b5ddf7 100644
--- a/docs/examples/anyauthput.c
+++ b/docs/examples/anyauthput.c
@@ -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>