diff --git a/docs/examples/anyauthput.c b/docs/examples/anyauthput.c index c5486333eeb303bcfb9dee97ee3aef255817506e..54cea00170aea19ba04faa0d9eba35f7dedeefca 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