mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:31:40 +03:00
Include metalink/metalink.h for libmetalink functions
This commit is contained in:
parent
39a72bbcd1
commit
4e3320a679
2 changed files with 2 additions and 2 deletions
|
|
@ -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 <metalink/metalink_parser.h>
|
||||
#include <metalink/metalink.h>
|
||||
|
||||
/*
|
||||
* Counts the resource in the metalinkfile.
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
***************************************************************************/
|
||||
#include "tool_setup.h"
|
||||
#ifdef USE_METALINK
|
||||
# include <metalink/metalink_parser.h>
|
||||
# include <metalink/metalink.h>
|
||||
#endif /* USE_METALINK */
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue