mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-23 18:23:25 +08:00
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>
|
||||
# endif
|
||||
#endif
|
||||
#ifdef HAVE_ERR_H
|
||||
# include <err.h>
|
||||
#endif
|
||||
|
||||
/* Telnet options from arpa/telnet.h */
|
||||
#define IAC 255
|
||||
|
Loading…
Reference in New Issue
Block a user