mirror of
https://github.com/mirror/wget.git
synced 2025-03-13 11:20:19 +08:00
Include errno.h instead of sys/errno.h (Solaris issue)
* src/metalink.c: Include errno.h instead of sys/errno.h Reported-by: Dagobert Michelsen <dam@opencsw.org>
This commit is contained in:
parent
2cfcadf5e6
commit
76da642aaf
@ -36,7 +36,7 @@ as that of the covered work. */
|
||||
#include "utils.h"
|
||||
#include "sha256.h"
|
||||
#include "xstrndup.h"
|
||||
#include <sys/errno.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h> /* For unlink. */
|
||||
#include <metalink/metalink_parser.h>
|
||||
#ifdef HAVE_GPGME
|
||||
|
Loading…
Reference in New Issue
Block a user