From ade57a781cfc3ec6877acd6ab30225c20e3efd09 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 15 May 2008 22:31:23 +0000 Subject: [PATCH] Included stdint.h to get the intptr_t type (needed on OpenBSD at least). --- docs/examples/anyauthput.c | 1 + 1 file changed, 1 insertion(+) 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 +#include #include #include #include