metalink: restore some includes

Commit eeeba1496c removed them and thus broke my Linux build
This commit is contained in:
Daniel Stenberg 2012-06-08 23:13:32 +02:00
parent e3f5e04cf0
commit 870c99b7e7

View File

@ -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