Commit 870c99b7 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

metalink: restore some includes

Commit eeeba149 removed them and thus broke my Linux build
parent e3f5e04c
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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