mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-24 22:35:39 +02:00
Conditionally include err.h.
This commit is contained in:
parent
0a45414756
commit
eac1bbd068
@ -25,6 +25,9 @@
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#ifdef HAVE_ERR_H
|
||||
# include <err.h>
|
||||
#endif
|
||||
#include "openbsd-compat/getopt_long.c"
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user