mirror of git://anongit.mindrot.org/openssh.git
fix missing include for systems with err.h
This commit is contained in:
parent
6310ef27a2
commit
8aaec70506
|
@ -61,6 +61,9 @@
|
||||||
# include <sys/poll.h>
|
# include <sys/poll.h>
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_ERR_H
|
||||||
|
# include <err.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Telnet options from arpa/telnet.h */
|
/* Telnet options from arpa/telnet.h */
|
||||||
#define IAC 255
|
#define IAC 255
|
||||||
|
|
Loading…
Reference in New Issue