From: Daniel Stenberg Date: Thu, 12 Jul 2007 20:55:17 +0000 (+0000) Subject: make it compile fine X-Git-Tag: curl-7_17_0-preldapfix~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a728747e6f8845e500910e397dfc99aaf4a7984;p=thirdparty%2Fcurl.git make it compile fine --- diff --git a/docs/examples/anyauthput.c b/docs/examples/anyauthput.c index c5486333ee..54cea00170 100644 --- a/docs/examples/anyauthput.c +++ b/docs/examples/anyauthput.c @@ -11,6 +11,7 @@ #include #include #include +#include #include @@ -18,6 +19,10 @@ #error "upgrade your libcurl to no less than 7.12.3" #endif +#ifndef TRUE +#define TRUE 1 +#endif + /* * This example shows a HTTP PUT operation with authentiction using "any" * type. It PUTs a file given as a command line argument to the URL also given