mirror of
https://github.com/curl/curl.git
synced 2026-08-02 02:30:27 +03:00
metalink: restore some includes
Commit eeeba1496c removed them and thus broke my Linux build
This commit is contained in:
parent
e3f5e04cf0
commit
870c99b7e7
1 changed files with 10 additions and 0 deletions
|
|
@ -23,6 +23,16 @@
|
|||
|
||||
#ifdef USE_METALINK
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <sys/stat.h>
|
||||
|
||||
#ifdef HAVE_FCNTL_H
|
||||
# include <fcntl.h>
|
||||
#endif
|
||||
|
||||
#include <metalink/metalink_parser.h>
|
||||
|
||||
#ifdef USE_SSLEAY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue