fix missing include for systems with err.h

This commit is contained in:
Damien Miller 2016-07-14 09:48:48 +10:00
parent 6310ef27a2
commit 8aaec70506
1 changed files with 3 additions and 0 deletions

View File

@ -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