metalink: restore some includes
Commit eeeba1496c
removed them and thus broke my Linux build
This commit is contained in:
parent
e3f5e04cf0
commit
870c99b7e7
@ -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…
Reference in New Issue
Block a user