aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/anyauthput.c
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2011-12-06 19:54:48 -0800
committerDan Fandrich <dan@coneharvesters.com>2011-12-06 19:54:48 -0800
commit46724b87b769ff50e1e6b90d2aabc50b8ba7c1a9 (patch)
tree1be2fe524fe31e6d5b44127bf611c291195537cd /docs/examples/anyauthput.c
parent82a4d26e7f43f2088df560772e779df6c1caeae2 (diff)
Added some include files in a couple of example programs
This improves portability of the examples. This patch was submitted to the OpenBSD ports collection by naddy.
Diffstat (limited to 'docs/examples/anyauthput.c')
-rw-r--r--docs/examples/anyauthput.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples/anyauthput.c b/docs/examples/anyauthput.c
index bab36c57b..2997a1e98 100644
--- a/docs/examples/anyauthput.c
+++ b/docs/examples/anyauthput.c
@@ -27,6 +27,7 @@
# ifdef __VMS
typedef int intptr_t;
# endif
+# include <stdint.h>
# include <unistd.h>
#endif
#include <sys/types.h>