From: Dan Fandrich <dan@coneharvesters.com> Date: Thu, 15 May 2008 22:31:23 +0000 (+0000) Subject: Included stdint.h to get the intptr_t type (needed on OpenBSD at least). X-Git-Tag: cares-1_5_2~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ade57a781cfc3ec6877acd6ab30225c20e3efd09;p=curl Included stdint.h to get the intptr_t type (needed on OpenBSD at least). --- 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>