Include metalink/metalink.h for libmetalink functions

This commit is contained in:
Tatsuhiro Tsujikawa 2012-06-30 21:07:38 +09:00 committed by Yang Tse
parent 39a72bbcd1
commit 4e3320a679
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ extern const digest_params MD5_DIGEST_PARAMS[1];
extern const digest_params SHA1_DIGEST_PARAMS[1]; extern const digest_params SHA1_DIGEST_PARAMS[1];
extern const digest_params SHA256_DIGEST_PARAMS[1]; extern const digest_params SHA256_DIGEST_PARAMS[1];
#include <metalink/metalink_parser.h> #include <metalink/metalink.h>
/* /*
* Counts the resource in the metalinkfile. * Counts the resource in the metalinkfile.

View File

@ -23,7 +23,7 @@
***************************************************************************/ ***************************************************************************/
#include "tool_setup.h" #include "tool_setup.h"
#ifdef USE_METALINK #ifdef USE_METALINK
# include <metalink/metalink_parser.h> # include <metalink/metalink.h>
#endif /* USE_METALINK */ #endif /* USE_METALINK */
/* /*