From: Tatsuhiro Tsujikawa Date: Sat, 30 Jun 2012 12:07:38 +0000 (+0900) Subject: Include metalink/metalink.h for libmetalink functions X-Git-Tag: curl-7_27_0~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e3320a679d3051d17048c50330f4b4cbe229855;p=thirdparty%2Fcurl.git Include metalink/metalink.h for libmetalink functions --- diff --git a/src/tool_metalink.h b/src/tool_metalink.h index 52a430ece8..42ad28a4b0 100644 --- a/src/tool_metalink.h +++ b/src/tool_metalink.h @@ -82,7 +82,7 @@ extern const digest_params MD5_DIGEST_PARAMS[1]; extern const digest_params SHA1_DIGEST_PARAMS[1]; extern const digest_params SHA256_DIGEST_PARAMS[1]; -#include +#include /* * Counts the resource in the metalinkfile. diff --git a/src/tool_sdecls.h b/src/tool_sdecls.h index 8038ad7a30..5468830d01 100644 --- a/src/tool_sdecls.h +++ b/src/tool_sdecls.h @@ -23,7 +23,7 @@ ***************************************************************************/ #include "tool_setup.h" #ifdef USE_METALINK -# include +# include #endif /* USE_METALINK */ /*