diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-05-15 22:31:23 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-05-15 22:31:23 +0000 |
commit | ade57a781cfc3ec6877acd6ab30225c20e3efd09 (patch) | |
tree | 05328ead494b2d3dbe24f60a2c04122cc7872dd9 /docs | |
parent | 9f12ed83f28f15b11bf72f43a3f67a04b545370e (diff) |
Included stdint.h to get the intptr_t type (needed on OpenBSD at least).
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples/anyauthput.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples/anyauthput.c b/docs/examples/anyauthput.c index 2c8f738ea..952c7c2d7 100644 --- a/docs/examples/anyauthput.c +++ b/docs/examples/anyauthput.c @@ -9,6 +9,7 @@ */ #include <stdio.h> +#include <stdint.h> #include <fcntl.h> #include <sys/stat.h> #include <unistd.h> |