From: Daniel Stenberg Date: Thu, 28 Apr 2011 20:14:05 +0000 (+0200) Subject: anyauthput.c: stdint.h must not be included unconditionally X-Git-Tag: curl-7_21_7~143 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4bc1d473f324220738f2c60984b3a8ee198bc38;p=thirdparty%2Fcurl.git anyauthput.c: stdint.h must not be included unconditionally As it is already included by curlbuild.h if it exists on the platform it was included here superfluously anyway. Reported by: Dagobert Michelsen Bug: http://curl.haxx.se/bug/view.cgi?id=3294509 --- diff --git a/docs/examples/anyauthput.c b/docs/examples/anyauthput.c index 6b3d74a4b0..76fa158532 100644 --- a/docs/examples/anyauthput.c +++ b/docs/examples/anyauthput.c @@ -26,8 +26,6 @@ #else # ifdef __VMS typedef int intptr_t; -# else -# include # endif # include #endif