mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04: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